Esempio n. 1
0
 public static Polynomial operator -(Polynomial polynomial)
 {
     return(Polynomial.Negate(polynomial));
 }