shr

infix fun Byte.shr(bitCount: Int): Byte
infix fun Int24.shr(bitCount: Int): Int24
infix fun Int40.shr(bitCount: Int): Int40
infix fun Int48.shr(bitCount: Int): Int48
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
infix fun UInt40.shr(bitCount: Int): UInt40
infix fun UInt48.shr(bitCount: Int): UInt48