ECPoint Struct

Definition

Represents a (X,Y) coordinate pair for elliptic curve cryptography (ECC) structures.

public value class ECPoint
public struct ECPoint
type ECPoint = struct
Public Structure ECPoint
Inheritance
ECPoint

Fields

X

Represents the X coordinate.

Y

Represents the Y coordinate.

Applies to