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

shiftLeft

fun shiftLeft(distance: Int): UInt64 (source)

Shift all bits in this value to the left.

Parameters

distance - The number of bits to shift by.

Return
A value containing the shifted bits.