Ejemplo n.º 1
0
 public static Complex64 Conjugate(Complex64 x)
 {
     return(x.Conjugate());
 }