Adds a scalar to each element of the vector.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Vector<T> Add(
T scalar
)
Parameters
- scalar T
- The scalar to add.
Return Value
VectorTA copy of the vector with the scalar added.
See Also