| Visual Basic (Declaration) | |
|---|---|
Public Function Transpose() As CMatrix | |
| Visual Basic (Usage) | |
|---|---|
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.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7