class UInt64Domain : DiscreteDomain<UInt64!>
(source)
A DiscreteDomain
over UInt64
.
<init> |
A UInt64Domain() |
distance |
fun distance(start: UInt64!, end: UInt64!): Long |
maxValue |
fun maxValue(): UInt64! |
minValue |
fun minValue(): UInt64! |
next |
fun next(value: UInt64!): UInt64! |
previous |
fun previous(value: UInt64!): UInt64! |