Increments each element of the given matrix.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static FloatMatrix operator ++( FloatMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Shared Operator ++ ( _ A As FloatMatrix _ ) As FloatMatrix |
| Visual C++ |
|---|
public: static FloatMatrix^ operator ++( FloatMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Core..::.FloatMatrix
A matrix.