VectorTDivision(T, VectorT) Operator |
Divides a scalar with a vector.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Vector<T> operator /(
T dividend,
Vector<T> divisor
)
Parameters
- dividend T
- The scalar to divide.
- divisor VectorT
- The vector.
Return Value
VectorTThe result of the division.
Exceptions See Also