The BITRSHIFT function is one of the engineering functions. It is used to return a number shifted right by the specified number of bits.
BITRSHIFT(number, shift_amount)
The BITRSHIFT function has the following arguments:
Shifting a number right is equivalent to removing digits from the rightmost side of the binary representation of the number.
How to apply the BITRSHIFT function.
The figure below displays the result returned by the BITRSHIFT function.