Returns the sum of two numbers.
Returns the sum of two Complex
objects, x+y.
public static Complex Addition Operator(Complex,Complex);
Returns the sum of a Complex
and a double
, x+y.
public static Complex Addition Operator(Complex,double);
Returns the sum of a double
and a Complex
, x+y.
public static Complex Addition Operator(double,Complex);
Complex Class | Imsl.Math Namespace