Initializes a new instance of the FpPoint class
Namespace: Org.BouncyCastle.Math.ECAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public FpPoint( ECCurve curve, ECFieldElement x, ECFieldElement y, bool withCompression ) |
Visual Basic |
---|
Public Sub New ( _ curve As ECCurve, _ x As ECFieldElement, _ y As ECFieldElement, _ withCompression As Boolean _ ) |
Visual C++ |
---|
public: FpPoint( ECCurve^ curve, ECFieldElement^ x, ECFieldElement^ y, bool withCompression ) |