VectorTDivision(VectorT, T) Operator |
Divides a vector with 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 /(
Vector<T> dividend,
T divisor
)
Parameters
- dividend VectorT
- The vector to divide.
- divisor T
- The scalar value.
Return Value
VectorTThe result of the division.
Exceptions See Also