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