tuweni / org.apache.tuweni.units.bigints / UInt384Domain

UInt384Domain

class UInt384Domain : DiscreteDomain<UInt384> (source)

A DiscreteDomain over UInt384.

Constructors

<init>

UInt384Domain()

A DiscreteDomain over UInt384.

Functions

distance

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

maxValue

fun maxValue(): UInt384

minValue

fun minValue(): UInt384

next

fun next(value: UInt384): UInt384

previous

fun previous(value: UInt384): UInt384