VectorTAddition(VectorT, T) Operator |
Adds a scalar to each element of a vector.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Vector<T> operator +(
Vector<T> leftSide,
T rightSide
)
Parameters
- leftSide VectorT
- The vector to add to.
- rightSide T
- The scalar value to add.
Return Value
VectorTThe result of the addition.
Exceptions See Also