units / org.apache.tuweni.units.bigints / UInt64Domain

UInt64Domain

class UInt64Domain : DiscreteDomain<UInt64> (source)

A DiscreteDomain over UInt64.

Constructors

<init>

UInt64Domain()

A DiscreteDomain over UInt64.

Functions

distance

fun distance(start: UInt64, end: UInt64): Long

maxValue

fun maxValue(): UInt64

minValue

fun minValue(): UInt64

next

fun next(value: UInt64): UInt64

previous

fun previous(value: UInt64): UInt64