rshift (Bitwise and conditional)
Bitwise right shift.
Arguments
number0
is an integer number to be shifted.shift
is a non-negative integer number of bits to shift by.
Return values
number1
is the resulting integer number.
Example
Output:
8192