In This Topic
Defines the transpose operator for Matrix class.
Syntax
'Declaration
Public Overloads Shared Function Transpose( _
ByVal As Matrix _
) As Matrix
public static Matrix Transpose(
Matrix
)
Parameters
- value
- A Matrix indicates the operand.
Return Value
A
Matrix indicates the transpose operation result of operand.
See Also