Method MinMagnitudeNumber
MinMagnitudeNumber(BigRational, BigRational)
Compares two values to compute which has the lesser magnitude and returning the other value if an input is NaN.
Declaration
public static BigRational MinMagnitudeNumber(BigRational x, BigRational y)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational | x | The value to compare with |
| BigRational | y | The value to compare with |
Returns
| Type | Description |
|---|---|
| BigRational |
|
Remarks
Part of the new NET 7 number type system.