.NET Matrix Library
Transpose Method
See Also  Send Feedback



Returns the transpose of the matrix.

Syntax

Visual Basic (Declaration) 
Public Function Transpose() As CMatrix
Visual Basic (Usage)Copy Code
Dim instance As CMatrix
Dim value As CMatrix
 
value = instance.Transpose()
C# 
public CMatrix Transpose()
C++/CLI 
public:
CMatrix^ Transpose(); 

Return Value

A CMatrix instance that represents the transpose of the current 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