public static Complex64 Conjugate(Complex64 x)
 {
     return(x.Conjugate());
 }