'Declaration
Public Overloads Shared Function Transpose( _ ByVal value As Matrix(Of T) _ ) As Matrix(Of T)
Parameters
- value
- A Matrix indicates the operand.
Return Value
A Matrix indicates the transpose operation result of operand.
'Declaration
Public Overloads Shared Function Transpose( _ ByVal value As Matrix(Of T) _ ) As Matrix(Of T)