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

min

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

Returns the minimum of two UInt64 values.

Parameters

v1 - The first value.

v2 - The second value.

- The concrete type of the two values.

Return
The minimum of v1 and v2.