Negate() 공개 메소드

public Negate ( ) : ECPoint
리턴 ECPoint
예제 #1
0
 public ECPoint Subtract(ECPoint b)
 {
     return(Add(b.Negate()));
 }
예제 #2
0
 public ECPoint Subtract(ECPoint b)
 {
     return Add(b.Negate());
 }