Click or drag to resize

EuclideanGreatestCommonDenominator Method

Overload List
  Name Description
Public Extension Method GreatestCommonDenominator(IEnumerableInt32) Gets the greatest common denominator of all the integers in the source collection.
Public Extension Method GreatestCommonDenominator(IEnumerableInt64) Gets the greatest common denominator of all the integers in the source collection.
Public method Static member GreatestCommonDenominator(Int32) Gets the greatest common denominator of all the integers in the source collection.
Public method Static member GreatestCommonDenominator(Int64) Gets the greatest common denominator of all the integers in the source collection.
Public method Static member GreatestCommonDenominator(Int32, Int32) Gets the greatest common denominator of the given integers.
Public method Static member GreatestCommonDenominator(Int64, Int64) Gets the greatest common denominator of the given integers.
Top
See Also