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
Name | Description | Type |
---|---|---|
x1 | N/A | number |
x2 | N/A | number |
Returns number
Returns the bitwise xor of all of its arguments. Note that more than two arguments are allowed.
bit.bxor(x1: number, ...): number
Name | Description | Type |
---|---|---|
x1 | N/A | number |
x2 | N/A | number |
Returns number