Returns the result of performing a bitwise "Or" between the two inputs.
function (optional number1
as nullable any, optional number2
as nullable any) as nullable any
Returns the result of performing a bitwise "Or" between number1
and number2
.
Number.Bytes