Initializes a new instance of the FpCurve class

Namespace: Org.BouncyCastle.Math.EC
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public FpCurve(
	BigInteger q,
	BigInteger a,
	BigInteger b
)
Visual Basic
Public Sub New ( _
	q As BigInteger, _
	a As BigInteger, _
	b As BigInteger _
)
Visual C++
public:
FpCurve(
	BigInteger^ q, 
	BigInteger^ a, 
	BigInteger^ b
)

See Also