EuclideanGreatestCommonDenominator(Int32) Method

Gets the greatest common denominator of all the integers in the source collection.

Definition

Namespace: Gemstone.Numeric.Analysis
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.180 -- Release Build+c76a790d60d90474807b101182e99e4dadbc891a
public static int GreatestCommonDenominator(
	params int[] source
)

Parameters

source  Int32
The collection of integers.

Return Value

Int32
The greatest common denominator.

See Also