Click or drag to resize

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)
Syntax
C#
public 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: Boolean
Whether the two values were switched.
See Also