VectorTSubtract(VectorT) Method |
Subtracts another vector from this vector.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Vector<T> Subtract(
Vector<T> other
)
Parameters
- other VectorT
- The vector to subtract from this one.
Return Value
VectorTA new vector containing the subtraction of the two vectors.
Exceptions See Also