class UInt384Domain : DiscreteDomain<UInt384>
(source)
A DiscreteDomain over UInt384.
UInt384Domain()
A DiscreteDomain over UInt384. |
fun distance(start: UInt384, end: UInt384): Long |
|
fun maxValue(): UInt384 |
|
fun minValue(): UInt384 |
|
fun next(value: UInt384): UInt384 |
|
fun previous(value: UInt384): UInt384 |