tuweni / org.apache.tuweni.units.bigints / UInt32 / shiftRight

shiftRight

fun shiftRight(distance: Int): UInt32 (source)

Shift all bits in this value to the right.

Parameters

distance - The number of bits to shift by.

Return
A value containing the shifted bits.