tuweni / org.apache.tuweni.units.bigints / UInt256Domain

UInt256Domain

class UInt256Domain : DiscreteDomain<UInt256> (source)

A DiscreteDomain over UInt256.

Constructors

<init>

UInt256Domain()

A DiscreteDomain over UInt256.

Functions

distance

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

maxValue

fun maxValue(): UInt256

minValue

fun minValue(): UInt256

next

fun next(value: UInt256): UInt256

previous

fun previous(value: UInt256): UInt256