Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Matrix Class / Transpose Method
The left matrix

In This Topic
    Transpose Method (Matrix)
    In This Topic
    Computes the transpose of a matrix.
    Syntax
    'Declaration
     
    Public Shared Function Transpose( _
       ByVal matrix(,) As Double _
    ) As Double(,)
    public static double[,] Transpose( 
       double[,] matrix
    )

    Parameters

    matrix
    The left matrix

    Return Value

    The transposed matrix.
    See Also