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) |
Parameters
- matrix
- A Matrix object.
Return Value
A
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