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.BitwiseShiftRight(number1 as nullable number, number2 as nullable number) as nullable number
About
Returns the result of performing a bitwise shift to the right on number1
, by the specified number of bits number2
.