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

shiftLeft

fun shiftLeft(distance: Int): UInt32! (source)

Shift all bits in this value to the left.

Parameters

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

Return
UInt32!: A value containing the shifted bits.