BigInteger.INumber<BigInteger>.MinNumber(BigInteger, BigInteger) Method

Definition

Compares two values to compute which is lesser and returns the other value if one input is NaN.

C#
static System.Numerics.BigInteger INumber<BigInteger>.MinNumber(System.Numerics.BigInteger x, System.Numerics.BigInteger y);

Parameters

x
BigInteger

The value to compare with y.

y
BigInteger

The value to compare with x.

Returns

x if it is less than y; otherwise, y.

Implements

Applies to

Produkt Versiounen
.NET 7, 8, 9, 10