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