Click or drag to resize

Euclidean Methods

The Euclidean type exposes the following members.

Methods
  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.
Public Extension Method LeastCommonMultiple(IEnumerableInt32) Gets the least common multiple of all the integers in the source collection.
Public Extension Method LeastCommonMultiple(IEnumerableInt64) Gets the least common multiple of all the integers in the source collection.
Public method Static member LeastCommonMultiple(Int32) Gets the least common multiple of all the integers in the source collection.
Public method Static member LeastCommonMultiple(Int64) Gets the least common multiple of all the integers in the source collection.
Public method Static member LeastCommonMultiple(Int32, Int32) Gets the least common multiple of the given integers.
Public method Static member LeastCommonMultiple(Int64, Int64) Gets the least common multiple of the given integers.
Public method Static member Mod Implementation of the modulo operator using Euclidean division.
Public method Static member Wrap Wraps a value to a range of values defined by the given minimum value and range.
Top
See Also