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