Divides each element of the vector by a scalar.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Vector<T> Divide(
T scalar
)
Parameters
- scalar T
- The scalar to divide with.
Return Value
VectorTA new vector that is the division of the vector and the scalar.
See Also