VectorTMultiply(T, VectorT) Operator |
Multiplies a vector with a scalar.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic static Vector<T> operator *(
T leftSide,
Vector<T> rightSide
)
Parameters
- leftSide T
- The scalar value.
- rightSide VectorT
- The vector to scale.
Return Value
VectorTThe result of the multiplication.
Exceptions
See Also