DoubleExtension extension
Extension adding min/max utilities to double.
- on
Methods
-
max(
double other) → double -
Available on double, provided by the DoubleExtension extension
Returns the maximum of this value and another. -
min(
double other) → double -
Available on double, provided by the DoubleExtension extension
Returns the minimum of this value and another.