ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Vector Class / Vector Constructor / Vector Constructor(Int32)
A int indicates the dimension of the vector.

In This Topic
    Vector Constructor(Int32)
    In This Topic
    Initializes a new instance of the Vector class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal dimension As Integer _
    )
    public Vector( 
       int dimension
    )

    Parameters

    dimension
    A int indicates the dimension of the vector.
    Remarks
    The dimension of the vector must be bigger than or equal zero.
    See Also