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