VectorTSubtractFrom(T) Method |
Subtracts each element of the vector from a scalar.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Vector<T> SubtractFrom(
T scalar
)
Parameters
- scalar T
- The scalar to subtract from.
Return Value
VectorTA new vector containing the subtraction of the scalar and this vector.
See Also