Click or drag to resize

ComplexAddition Operator

Complex addition.

Namespace: DotNumerics
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Complex operator +(
	Complex z1,
	Complex z2
)
Request Example View Source

Parameters

z1  Complex
The left side of the addition operator.
z2  Complex
The right side matrix of the addition operator.

Return Value

Complex
A value that represents the result of the addition.
See Also