Click or drag to resize

EuclidLeastCommonMultiple(IListInt64) Method

Returns the least common multiple (lcm) of a set of integers using Euclid's algorithm.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static long LeastCommonMultiple(
	IList<long> integers
)

Parameters

integers  IListInt64
List of Integers.

Return Value

Int64
Least common multiple lcm(list of integers)
See Also