Click or drag to resize

minmaxMinMax Method (BigInteger, BigInteger)

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 BigInteger min,
	ref BigInteger max
)

Parameters

min
Type: System.NumericsBigInteger
The smaller value.
max
Type: System.NumericsBigInteger
The larger value.

Return Value

Type: Boolean
Whether the two values were switched.
See Also