Number.BitwiseXor
Returns the result of performing a bitwise "XOR" (Exclusive-OR) between the two inputs.
function (optionalnumber1
as nullable any, optionalnumber2
as nullable any) as nullable any
Returns the result of performing a bitwise "XOR" (Exclusive-OR) between
number1
and number2
.Number.Bytes
Last modified 4yr ago