Number.BitwiseAnd
Returns the result of performing a bitwise "And" operation between the two inputs.
function (optionalnumber1
as nullable any, optionalnumber2
as nullable any) as nullable any
Returns the result of performing a bitwise "And" operation between
number1
and number2
.Number.Bytes
Last modified 4yr ago