Valuator.maximum
double maximum() const nothrow @nogcGets the maximum value of the range.
Returns
The maximum value
void maximum(double val) nothrow @nogcSets the maximum value of the range.
Parameters
val | The new maximum value |
double maximum() const nothrow @nogcGets the maximum value of the range.
void maximum(double val) nothrow @nogcSets the maximum value of the range.
val | The new maximum value |