VectorSubtraction Operator |
Vector subtraction.
Namespace: DotNumerics.LinearAlgebraAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static Vector operator -(
Vector A,
Vector B
)
Public Shared Operator - (
A As Vector,
B As Vector
) As Vector
Request Example
View SourceParameters
- A Vector
- The left side vector of the subtraction operator.
- B Vector
- The right side vector of the subtraction operator.
Return Value
VectorA vector that represents the result of the vector subtraction.
See Also