Method LeastCommonMultiple
LeastCommonMultiple(BigRational, BigRational)
Finds the least common multiple (LCM) of two BigRational.Integer integer values.
Declaration
public static BigRational LeastCommonMultiple(BigRational a, BigRational b)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational | a | The first value. |
| BigRational | b | The second value. |
Returns
| Type | Description |
|---|---|
| BigRational | The least common multiple of |