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