Click or drag to resize

VectorTMultiply(T) Method

Multiplies 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> Multiply(
	T scalar
)

Parameters

scalar  T
The scalar to multiply.

Return Value

VectorT
A new vector that is the multiplication of the vector and the scalar.
See Also