PrimeNumberMathLeastCommonMultiple Method |
Gets the least common multiple of the two numbers x and y.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static long LeastCommonMultiple(
long x,
long y
)
Parameters
- x Int64
- First number.
- y Int64
- Second number.
Return Value
Int64Least common multiple of the two numbers
x and
y.
See Also