[]
        
(Showing Draft Content)

C1.Framework.Mathematics.Matrix.Transpose

Transpose Method

Transpose(Matrix)

Defines the transpose operator for Matrix class.

Declaration
public static Matrix Transpose(Matrix value)
Parameters
Type Name Description
Matrix value

A Matrix indicates the operand.

Returns
Type Description
Matrix

A Matrix indicates the transpose operation result of operand.

Transpose()

Convertes this Matrix to it's transpose matrix.

Declaration
public virtual void Transpose()