Function Range.maxValue
Maximum value. Range is clamped if value
is greater than max_value
.
double maxValue() nothrow @property @nogc;
void maxValue
(
double v
) nothrow @property @nogc;
Maximum value. Range is clamped if value
is greater than max_value
.
double maxValue() nothrow @property @nogc;
void maxValue
(
double v
) nothrow @property @nogc;