Click or drag to resize

EuclidExtendedGreatestCommonDivisor Method

Overload List
 NameDescription
Public methodStatic memberCode exampleExtendedGreatestCommonDivisor(BigInteger, BigInteger, BigInteger, BigInteger) Computes the extended greatest common divisor, such that a*x + b*y = gcd(a,b).
Public methodStatic memberCode exampleExtendedGreatestCommonDivisor(Int64, Int64, Int64, Int64) Computes the extended greatest common divisor, such that a*x + b*y = gcd(a,b).
Top
See Also