Decrements each element of the input matrix.

Namespace:  CenterSpace.NMath.Core
Assembly:  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
)

Return Value

The input matrix with each of its elements decremented.

See Also