.NET Matrix Library
Plus Method
See Also  Send Feedback



A
A CMatrix object.
Returns a copy of the matrix.

Syntax

Visual Basic (Declaration) 
Public Shared Function Plus( _
   ByVal A As CMatrix _
) As CMatrix
Visual Basic (Usage)Copy Code
Dim A As CMatrix
Dim value As CMatrix
 
value = CMatrix.Plus(A)
C# 
public static CMatrix Plus( 
   CMatrix A
)
C++/CLI 
public:
static CMatrix^ Plus( 
   CMatrix^ A
) 

Parameters

A
A CMatrix object.

Return Value

A CMatrix object which is a copy of matrix.

Requirements

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

See Also

.NET Matrix Library