SHIFT_RIGHT
Shifts this value right by the bitCount number of bits, filling the leftmost bits with copies of the sign bit.
Usage: a >> b
Shifts this value right by the bitCount number of bits, filling the leftmost bits with copies of the sign bit.
Usage: a >> b