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

UInt256Domain

class UInt256Domain : DiscreteDomain<UInt256!> (source)

A DiscreteDomain over UInt256.

Constructors

<init>

A DiscreteDomain over UInt256.

UInt256Domain()

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!