Click or drag to resize

ComplexAddition Operator (Complex, Complex)

Adds two complex numbers.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static Complex operator +(
	Complex z1,
	Complex z2
)

Parameters

z1
Type: Meta.NumericsComplex
The first complex number.
z2
Type: Meta.NumericsComplex
The second complex number.

Return Value

Type: Complex
The sum of the complex numbers.
See Also