Complex addition.
Namespace: DotNumericsAssembly: 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
)
Public Shared Operator + (
z1 As Complex,
z2 As Complex
) As Complex
Request Example
View SourceParameters
- z1 Complex
- The left side of the addition operator.
- z2 Complex
- The right side matrix of the addition operator.
Return Value
ComplexA value that represents the result of the addition.
See Also