Click or drag to resize

SparseVectorDivision Operator

Divides a vector with a scalar.

Namespace: Altaxo.Calc.LinearAlgebra.Single
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static SparseVector operator /(
	SparseVector leftSide,
	float rightSide
)

Parameters

leftSide  SparseVector
The vector to divide.
rightSide  Single
The scalar value.

Return Value

SparseVector
The result of the division.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf leftSide is .
See Also