Click or drag to resize

VectorTAdd(T) Method

Adds a scalar to each element of the vector.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Vector<T> Add(
	T scalar
)

Parameters

scalar  T
The scalar to add.

Return Value

VectorT
A copy of the vector with the scalar added.
See Also