BITRSHIFT

BITRSHIFT(arg1, arg2) → { number | string | boolean }

Returns a number shifted right by shift_amount bits.

Parameters:

Name Type Description
arg1 number

Is the decimal representation of the binary number you want to evaluate.

arg2 number

Is the number of bits that you want to shift Number right by.

Returns:

Type
number | string | boolean