Click or drag to resize

ComplexVectorSubtraction Operator

Vector subtraction.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static ComplexVector operator -(
	ComplexVector A,
	ComplexVector B
)
Request Example View Source

Parameters

A  ComplexVector
The left side vector of the subtraction operator.
B  ComplexVector
The right side vector of the subtraction operator.

Return Value

ComplexVector
A vector that represents the result of the vector subtraction.
See Also