Method Min
Min(BigRational, BigRational)
Returns the smaller of two BigRational numbers.
Declaration
public static BigRational Min(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 smaller. |