class UInt384Domain : DiscreteDomain<UInt384!>
(source)
A DiscreteDomain
over UInt384
.
<init> |
A UInt384Domain() |
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! |