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

UInt64Domain

class UInt64Domain : DiscreteDomain<UInt64!> (source)

A DiscreteDomain over UInt64.

Constructors

<init>

A DiscreteDomain over UInt64.

UInt64Domain()

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!