Int32 Lcm(Int32 X, Int32 Y)
Smallest common multiplier.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Int32 | |
| 2 | Y | Int32 |
Returns: Int32 - the smallest common multiplier of X and Y. X and Y must be positive integers.
See Also: Math387.Gcd
Smallest common multiplier.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Int32 | |
| 2 | Y | Int32 |
Returns: Int32 - the smallest common multiplier of X and Y. X and Y must be positive integers.