public virtual ECPoint CreatePoint(
BigInteger x,
BigInteger y
)
Public Overridable Function CreatePoint (
x As BigInteger,
y As BigInteger
) As ECPoint
public:
virtual ECPoint^ CreatePoint(
BigInteger^ x,
BigInteger^ y
)
function CreatePoint(x, y);