VectorTAdd(VectorT) Method |
Adds another vector to this vector.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Vector<T> Add(
Vector<T> other
)
Parameters
- other VectorT
- The vector to add to this one.
Return Value
VectorTA new vector containing the sum of both vectors.
Exceptions See Also