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