ComponentOne MultiSelect for WinForms
C1.Framework.Mathematics Namespace / Matrix Class / Transpose Method / Transpose(Matrix) Method
A Matrix indicates the operand.

In This Topic
    Transpose(Matrix) Method
    In This Topic
    Defines the transpose operator for Matrix class.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Transpose( _
       ByVal value As Matrix _
    ) As Matrix
    public static Matrix Transpose( 
       Matrix value
    )

    Parameters

    value
    A Matrix indicates the operand.

    Return Value

    A Matrix indicates the transpose operation result of operand.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also