tuweni / org.apache.tuweni.units.bigints / UInt64s

UInt64s

class UInt64s (source)

Static utility methods on UInt64 values.

Functions

max

Returns the maximum of two UInt64 values.

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

min

Returns the minimum of two UInt64 values.

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