IMSL C# Numerical Library

Complex.Add Method

Returns the sum of two numbers.

Overload List

Returns the sum of two Complex objects, x+y.

public static Complex Add(Complex,Complex);

Returns the sum of a Complex and a double, x+y.

public static Complex Add(Complex,double);

Returns the sum of a double and a Complex, x+y.

public static Complex Add(double,Complex);

See Also

Complex Class | Imsl.Math Namespace