class UInt384s
(source)
Static utility methods on UInt384 values.
max |
Returns the maximum of two UInt384 values. static fun <T : UInt384Value<T>!> max(v1: T, v2: T): T |
min |
Returns the minimum of two UInt384 values. static fun <T : UInt384Value<T>!> min(v1: T, v2: T): T |