Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
Number.BitwiseOr(number1 as nullable number, number2 as nullable number) as nullable number
About
Returns the result of performing a bitwise "Or" between number1
and number2
.