Number.BitwiseShiftRight

This function will calculate the result of a bitwise shift to the right on number1, by the specified number of bits number2.

Syntax

Number.BitwiseShiftRight(number1 as nullable number, number2 as nullable number) as nullable number

About

This function will calculate the result of a bitwise shift to the right on number1, by the specified number of bits number2.