VectorTSubtract(T) Method |
Subtracts a scalar from 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> Subtract(
T scalar
)
Parameters
- scalar T
- The scalar to subtract.
Return Value
VectorTA new vector containing the subtraction of this vector and the scalar.
See Also