ComplexVectorAddition Operator | 
            Vector addition.
            
Namespace: DotNumerics.LinearAlgebraAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static ComplexVector operator +(
	ComplexVector A,
	ComplexVector B
)
Public Shared Operator + ( 
	A As ComplexVector,
	B As ComplexVector
) As ComplexVector
 Request Example
		View SourceParameters
- A  ComplexVector
 - The left side vector of the addition operator.
 - B  ComplexVector
 - The right side vector of the addition operator.
 
Return Value
ComplexVectorA vector that represents the result of the addition.
See Also