Returns a copy of the matrix.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shared Function Plus( _
ByVal A As CMatrix _
) As CMatrix |
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