tuweni / org.apache.tuweni.units.bigints / UInt32Domain

UInt32Domain

class UInt32Domain : DiscreteDomain<UInt32> (source)

A DiscreteDomain over UInt32.

Constructors

<init>

UInt32Domain()

A DiscreteDomain over UInt32.

Functions

distance

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

maxValue

fun maxValue(): UInt32

minValue

fun minValue(): UInt32

next

fun next(value: UInt32): UInt32

previous

fun previous(value: UInt32): UInt32