EuclideanGreatestCommonDenominator Method

Overload List

GreatestCommonDenominator(IEnumerableInt32) Gets the greatest common denominator of all the integers in the source collection.
GreatestCommonDenominator(IEnumerableInt64) Gets the greatest common denominator of all the integers in the source collection.
GreatestCommonDenominator(Int32) Gets the greatest common denominator of all the integers in the source collection.
GreatestCommonDenominator(Int64) Gets the greatest common denominator of all the integers in the source collection.
GreatestCommonDenominator(Int32, Int32) Gets the greatest common denominator of the given integers.
GreatestCommonDenominator(Int64, Int64) Gets the greatest common denominator of the given integers.

See Also