Click or drag to resize

PrimeNumberMathLeastCommonMultiple Method

Gets the least common multiple of the two numbers x and y.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static long LeastCommonMultiple(
	long x,
	long y
)

Parameters

x  Int64
First number.
y  Int64
Second number.

Return Value

Int64
Least common multiple of the two numbers x and y.
See Also