Exemplo n.º 1
0
 public static Sign Negate(this Sign sign)
 {
     return(sign.Add(sign));
 }