Click or drag to resize

DoubleVectorDecrement Operator

Decrements the elements in this vector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleVector operator --(
	DoubleVector v
)

Parameters

v  DoubleVector
This vector.

Return Value

DoubleVector
The decremented vector.
Remarks
v[i]--
See Also