Skip to main content

bit.bnot

Returns the bitwise not of its argument (all bits flipped).

bit.bnot(x: number): number

Arguments

NameDescriptionType
xN/Anumber

Returns number