| 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