ComponentOne MultiSelect for WinForms
C1.Framework.Mathematics Namespace / Matrix Class / Columns Property

In This Topic
    Columns Property (Matrix)
    In This Topic
    Get the vectors from the column direction.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Columns As Vector()
    public Vector[] Columns {get;}

    Property Value

    A Vector array indicates the columns of the matrix.
    See Also