| Name | Description |
---|
  | GreatestCommonDivisor(BigInteger, BigInteger) |
Returns the greatest common divisor of two integers.
|
  | GreatestCommonDivisor(Decimal, Decimal) |
Returns the greatest common divisor of two integers.
|
  | GreatestCommonDivisor(Int16, Int16) |
Returns the greatest common divisor of two integers.
|
  | GreatestCommonDivisor(Int32, Int32) |
Returns the greatest common divisor of two integers.
|
  | GreatestCommonDivisor(Int64, Int64) |
Returns the greatest common divisor of two integers.
|
  | GreatestCommonDivisor(BigInteger, BigInteger, BigInteger, BigInteger) |
Returns the greatest common divisor of two integers
using the extended Euclidean algorithm.
|
  | GreatestCommonDivisor(Decimal, Decimal, Decimal, Decimal) |
Returns the greatest common divisor of two integers
using the extended Euclidean algorithm.
|
  | GreatestCommonDivisor(Int16, Int16, Int16, Int16) |
Returns the greatest common divisor of two integers
using the extended Euclidean algorithm.
|
  | GreatestCommonDivisor(Int32, Int32, Int32, Int32) |
Returns the greatest common divisor of two integers
using the extended Euclidean algorithm.
|
  | GreatestCommonDivisor(Int64, Int64, Int64, Int64) |
Returns the greatest common divisor of two integers
using the extended Euclidean algorithm.
|