EuclidGreatestCommonDivisor(IListInt64) Method |
Returns the greatest common divisor (gcd) of a set of integers using Euclid's
algorithm.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static long GreatestCommonDivisor(
IList<long> integers
)
Parameters
- integers IListInt64
- List of Integers.
Return Value
Int64Greatest common divisor
gcd(list of integers)
See Also