ComplexVectorSubtraction Operator | 
            Vector subtraction.
            
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 subtraction operator.
 - B  ComplexVector
 - The right side vector of the subtraction operator.
 
Return Value
ComplexVectorA vector that represents the result of the vector subtraction.
See Also