Esempio n. 1
0
 public static Complex Conjugate(this Complex complex)
 {
     return(Complex.Conjugate(complex));
 }