Decrements the elements in this vector.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static FloatVector operator --( FloatVector v ) |
| Visual Basic (Declaration) |
|---|
Public Shared Operator -- ( _ v As FloatVector _ ) As FloatVector |
| Visual C++ |
|---|
public: static FloatVector^ operator --( FloatVector^ v ) |
Parameters
- v
- Type: CenterSpace.NMath.Core..::.FloatVector
This vector.
Return Value
The decremented vector.
Remarks
v[i]--