tuweni / org.apache.tuweni.units.bigints / UInt256s

UInt256s

class UInt256s (source)

Static utility methods on UInt256 values.

Functions

max

Returns the maximum of two UInt256 values.

static fun <T : UInt256Value<T>!> max(v1: T, v2: T): T

min

Returns the minimum of two UInt256 values.

static fun <T : UInt256Value<T>!> min(v1: T, v2: T): T