VectorTSubtraction(T, VectorT) Operator |
Subtracts each element of a vector from a scalar.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Vector<T> operator -(
T leftSide,
Vector<T> rightSide
)
Parameters
- leftSide T
- The scalar value to subtract from.
- rightSide VectorT
- The vector to subtract.
Return Value
VectorTThe result of the subtraction.
Exceptions See Also