ComponentOne CalendarView 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.
    See Also