Skip to main content

bit.band

Returns the bitwise and of all of its arguments. Note that more than two arguments are allowed.

bit.band(x1: number, ...): number

Arguments

NameDescriptionType
x1N/Anumber
x2N/Anumber

Returns number