Skip to main content

bit.bxor

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

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

Arguments

NameDescriptionType
x1N/Anumber
x2N/Anumber

Returns number