| 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 instance on the right side of the unary plus operator.
Return Value
A copy of the CSparseMatrix on the right side of the unary plus operator.Requirements
Platforms: Windows 7, Windows Vista, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows 2000