Click or drag to resize

EuclidLeastCommonMultiple(IListBigInteger) Method

Returns the least common multiple (lcm) of a set of big integers.

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

Parameters

integers  IListBigInteger
List of Integers.

Return Value

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