Bitwise.ShiftRight Method
Shifts value to the right by shift. Only shifts bits within numBits field size.
Syntax
Bitwise.ShiftRight value, shift, [numBits]
value
Integer
shift
numBits (Optional)
numBits defaults to 32 bits.