Method MaxMagnitudeNumber
MaxMagnitudeNumber(BigRational, BigRational)
Compares two values to compute which has the greater magnitude and returning the other value if an input is NaN.
Declaration
public static BigRational MaxMagnitudeNumber(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.