ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Vector Class / Dimension Property

In This Topic
    Dimension Property (Vector)
    In This Topic
    Gets or sets the dimension of the vector.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Dimension As Integer
    public int Dimension {get;}

    Property Value

    A int indicates the dimension of the vector.
    Remarks
    As soon as a Vector instance is created, it's dimension is fixed.
    See Also