units / org.apache.tuweni.units.bigints / UInt384s / max

max

static fun <T : UInt384Value<T>> max(v1: T, v2: T): T (source)

Returns the maximum of two UInt384 values.

Parameters

v1 - The first value.

v2 - The second value.

- The concrete type of the two values.

Return
The maximum of v1 and v2.