| Visual Basic (Declaration) | |
|---|---|
Public Shared Function Negate( _ ByVal A As SparseMatrix _ ) As SparseMatrix | |
| C# | |
|---|---|
public static SparseMatrix Negate( SparseMatrix A ) | |
| C++/CLI | |
|---|---|
public: static SparseMatrix^ Negate( SparseMatrix^ A ) | |
Parameters
- A
- A SparseMatrix Class object representing the sparse matrix to negate.
Return Value
A SparseMatrix Class object representing the negation of the sparse matrix.Requirements
Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000