Initializes a new instance of the FpFieldElement class
Namespace: Org.BouncyCastle.Math.ECAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public FpFieldElement( BigInteger q, BigInteger x ) |
| Visual Basic |
|---|
Public Sub New ( _ q As BigInteger, _ x As BigInteger _ ) |
| Visual C++ |
|---|
public: FpFieldElement( BigInteger^ q, BigInteger^ x ) |