Click or drag to resize
ComplexAddition Operator (Complex, Complex)
Returns the sum of two Complex objects, x+y.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static Complex operator +(
	Complex x,
	Complex y
)

Parameters

x
Type: Imsl.MathComplex
A Complex object.
y
Type: Imsl.MathComplex
A Complex object.

Return Value

Type: Complex
A newly constructed Complex initialized to x+y.
See Also