Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Comparison
minmax Class
minmax Methods
MinMax Method
MinMax Method (Double, Double)
MinMax Method (Int32, Int32)
MinMax Method (BigInteger, BigInteger)
MinMax(T) Method (T, T, IComparer(T))
minmax
MinMax 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#
Copy
public
static
bool
MinMax
(
ref
BigInteger
min
,
ref
BigInteger
max
)
Parameters
min
Type:
System.Numerics
BigInteger
The smaller value.
max
Type:
System.Numerics
BigInteger
The larger value.
Return Value
Type:
Boolean
Whether the two values were switched.
See Also
Reference
minmax Class
MinMax Overload
WhetStone.Comparison Namespace