shr
Shifts this value right by the bitCount number of bits, filling the leftmost bits with copies of the sign bit.
Note that the result is a Byte. If bitCount is greater than 6, the result will be 0 or -1.
Shifts this value right by the bitCount number of bits, filling the leftmost bits with zeros.
Note that the result is a UByte. If bitCount is greater than 7, the result will be 0.
Shifts this value right by the bitCount number of bits, filling the leftmost bits with copies of the sign bit.
Note that the result is a Short. If bitCount is greater than 14, the result will be 0 or -1.
Shifts this value right by the bitCount number of bits, filling the leftmost bits with zeros.
Note that the result is a UShort. If bitCount is greater than 15, the result will be 0.