var a = new cmplx(5,2);
var b = new cmplx(1,9);
a.Add(b);
a.Multiply(b); a.Multiply(0,1).Multiply(0,1).Multiply(0,1);
a.Add(2,5);