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