class UInt384ValueDomain<T : UInt384Value<T>> : DiscreteDomain<T>
(source)
A DiscreteDomain over a UInt384Value.
UInt384ValueDomain(ctor: Function<UInt384, T>) |
fun distance(start: T, end: T): Long |
|
fun maxValue(): T |
|
fun minValue(): T |
|
fun next(value: T): T |
|
fun previous(value: T): T |