BigInteger GreatestCommonDivisor Method SSH .NET Client Library Documentation
Finds the greatest common divisor of two System.Numerics.BigInteger values.

Namespace: Renci.SshNet.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public static BigInteger GreatestCommonDivisor(
	BigInteger left,
	BigInteger right
)

Return Value

The greatest common divisor of left and right.
See Also