protected AbstractFpPoint(
ECCurve curve,
ECFieldElement x,
ECFieldElement y,
ECFieldElement[] zs
)
Protected Sub New (
curve As ECCurve,
x As ECFieldElement,
y As ECFieldElement,
zs As ECFieldElement()
)
protected:
AbstractFpPoint(
ECCurve^ curve,
ECFieldElement^ x,
ECFieldElement^ y,
array<ECFieldElement^>^ zs
)
Org.BouncyCastle.Math.EC.AbstractFpPoint = function(curve, x, y, zs);