tuweni / org.apache.tuweni.units.bigints / UInt32s

UInt32s

class UInt32s (source)

Static utility methods on UInt32 values.

Functions

max

Returns the maximum of two UInt32 values.

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

min

Returns the minimum of two UInt32 values.

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