tuweni / org.apache.tuweni.units.bigints / BaseUInt64Value / compareTo

compareTo

open fun compareTo(other: T): Int (source) open fun compareTo(other: UInt64!): Int (source)

Compare two UInt64 values.

Parameters

other - UInt64!: The value to compare to.

Return
Int: A negative integer, zero, or a positive integer as this value is less than, equal to, or greater than the specified value.