.NET Matrix Library
Unary Negation Operator
See Also  Send comments on this topic


A
A CSparseMatrix representing the matrix to negate.
Negates a matrix.

Syntax

Visual Basic (Declaration) 
Public Operator -( _
   ByVal A As CSparseMatrix _
) As CSparseMatrix
C# 
public CSparseMatrix operator -( 
   CSparseMatrix A
)
C++/CLI 
public:
CSparseMatrix^ operator -( 
   CSparseMatrix^ A
)

Parameters

A
A CSparseMatrix representing the matrix to negate.

Return Value

A CSparseMatrix representing the negation of the matrix.

Requirements

Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000

See Also

.NET Matrix Library Documentation