 | minmaxMinMax Method (Double, Double) |
Reorganizes two values to have strict order.
Namespace:
WhetStone.Comparison
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic static bool MinMax(
ref double min,
ref double max
)
Parameters
- min
- Type: SystemDouble
The smaller value. - max
- Type: SystemDouble
The larger value.
Return Value
Type:
BooleanWhether the two values were switched.
See Also