EuclideanGreatestCommonDenominator(Int32) Method
Gets the greatest common denominator of all the integers in the source collection.
Namespace: Gemstone.Numeric.AnalysisAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.167 -- Release Build+9e631c9f4ed4cd2c2da47045792d813c2de0c4a8
public static int GreatestCommonDenominator(
params int[] source
)
Public Shared Function GreatestCommonDenominator (
ParamArray source As Integer()
) As Integer
public:
static int GreatestCommonDenominator(
... array<int>^ source
)
Gemstone.Numeric.Analysis.Euclidean.GreatestCommonDenominator = function(... source);
- source Int32
- The collection of integers.
Int32The greatest common denominator.