.NET Matrix Library
Unary Plus Operator
See Also  Send Feedback


A
A Matrix instance on the right side of the unary plus operator.
Returns a copy of the matrix.

Syntax

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

Parameters

A
A Matrix instance on the right side of the unary plus operator.

Return Value

A copy of the Matrix on the right of the unary plus operator.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library