Int64 LcmInt64(Int64 X, Int64 Y)
Smallest common multiplier.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Int64 | |
| 2 | Y | Int64 |
Returns: Int64 - 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 | Int64 | |
| 2 | Y | Int64 |
Returns: Int64 - the smallest common multiplier of X and Y. X and Y must be positive integers.