Big Integer.Min Magnitude Method
Compares two values to compute which is lesser.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
x if it is less than y; otherwise, y.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static BigInteger MinMagnitude(
BigInteger x,
BigInteger y
)
Parameters
- x BigInteger
- The value to compare with y.
- y BigInteger
- The value to compare with x.
Return Value
BigIntegerx if it is less than y; otherwise, y.