[]
Defines the transpose operator for Matrix class.
public static Matrix Transpose(Matrix value)
| Type | Name | Description |
|---|---|---|
| Matrix | value | A Matrix indicates the operand. |
| Type | Description |
|---|---|
| Matrix | A Matrix indicates the transpose operation result of operand. |
Convertes this Matrix to it's transpose matrix.
public virtual void Transpose()