Defines the transpose operator for Matrix class.
シンタックス
'宣言
Public Overloads Shared Function Transpose( _
ByVal As Matrix _
) As Matrix
public static Matrix Transpose(
Matrix
)
パラメータ
- value
- A Matrix indicates the operand.
戻り値の型
A
Matrix indicates the transpose operation result of operand.
参照