bitwise_shift_right()
Syntax
bitwise_shift_right(x, amount)
Returns a number whose binary representation is the first operand shifted by the specified number of bits to the right.
bitwise_shift_right(x, amount)
Returns a number whose binary representation is the first operand shifted by the specified number of bits to the right.