Method MaxMagnitude
MaxMagnitude(BigRational, BigRational)
Compares two values to compute which is greater.
Declaration
public static BigRational MaxMagnitude(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.