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

shiftRight

fun shiftRight(distance: Int): UInt64! (source)

Shift all bits in this value to the right.

Parameters

distance - Int: The number of bits to shift by.

Return
UInt64!: A value containing the shifted bits.