public static Complex Conjugate( this Complex complex )
// a, b of type Complex32 a.Conjugate = b;
// a, b of type Complex32 a = b.Conjugate