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

shiftLeft

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

Shift all bits in this value to the left.

Parameters

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

Return
UInt384!: A value containing the shifted bits.