Namespace: EnterpriseDT.Util
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public BigInteger gcd(
	BigInteger bi
)
Visual Basic
Public Function gcd ( _
	bi As BigInteger _
) As BigInteger
Visual C++
public:
BigInteger^ gcd(
	BigInteger^ bi
)

See Also