shr

infix fun Byte.shr(bitCount: Int): Byte
infix fun Int24.shr(bitCount: Int): Int24
infix fun Short.shr(bitCount: Int): Short
infix fun UByte.shr(bitCount: Int): UByte
infix fun UShort.shr(bitCount: Int): UShort

Shifts this value right by the bitCount number of bits.

Return

the shifted value.

Parameters

bitCount

the number of bits to shift by.


infix fun UInt24.shr(bitCount: Int): UInt24