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


A
A CSparseMatrix instance on the right side of the unary plus operator.
Returns a copy of the sparse 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 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

See Also

.NET Matrix Library Documentation