Negate() public method

public Negate ( ) : ECPoint
return ECPoint
Exemplo n.º 1
0
 public ECPoint Subtract(ECPoint b)
 {
     return(Add(b.Negate()));
 }
Exemplo n.º 2
0
 public ECPoint Subtract(ECPoint b)
 {
     return Add(b.Negate());
 }