Click or drag to resize

EuclidGreatestCommonDivisor Method

Overload List
 NameDescription
Public methodStatic memberGreatestCommonDivisor(BigInteger) Returns the greatest common divisor (gcd) of a set of big integers.
Public methodStatic memberGreatestCommonDivisor(IListInt64) Returns the greatest common divisor (gcd) of a set of integers using Euclid's algorithm.
Public methodStatic memberGreatestCommonDivisor(IListBigInteger) Returns the greatest common divisor (gcd) of a set of big integers.
Public methodStatic memberGreatestCommonDivisor(Int64) Returns the greatest common divisor (gcd) of a set of integers using Euclid's algorithm.
Public methodStatic memberGreatestCommonDivisor(BigInteger, BigInteger) Returns the greatest common divisor (gcd) of two big integers.
Public methodStatic memberGreatestCommonDivisor(Int64, Int64) Returns the greatest common divisor (gcd) of two integers using Euclid's algorithm.
Top
See Also