 | minmaxMinMax Method (Int32, Int32) |
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 int min,
ref int max
)
Parameters
- min
- Type: SystemInt32
The smaller value. - max
- Type: SystemInt32
The larger value.
Return Value
Type:
BooleanWhether the two values were switched.
See Also