Method Max
Max(BigRational, BigRational)
Returns the larger of two BigRational numbers.
Declaration
public static BigRational Max(BigRational a, BigRational b)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational | a | The first value to compare. |
| BigRational | b | The second value to compare. |
Returns
| Type | Description |
|---|---|
| BigRational | The a or b parameter, whichever is larger. |