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

UInt384Domain

class UInt384Domain : DiscreteDomain<UInt384!> (source)

A DiscreteDomain over UInt384.

Constructors

<init>

A DiscreteDomain over UInt384.

UInt384Domain()

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!