Namespace: Org.BouncyCastle.Math
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public BigInteger Gcd( BigInteger value ) |
| Visual Basic |
|---|
Public Function Gcd ( _ value As BigInteger _ ) As BigInteger |
| Visual C++ |
|---|
public: BigInteger^ Gcd( BigInteger^ value ) |
Parameters
- value
- Type: Org.BouncyCastle.Math..::..BigInteger