Returns the result of performing a bitwise "And" operation between the two inputs.
function (optional
number1
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