ushr
Shifts this value right by the bitCount number of bits, filling the leftmost bits with zeros.
Note that the result is a Byte. 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 zeros.
Note that the result is a Short. If bitCount is greater than 15, the result will be 0.