.NET Matrix Library
Plus Method
See Also  Send Feedback



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

Syntax

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

Parameters

matrix
A Matrix object.

Return Value

Matrix object which is the 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