Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Vector2D Class / Vector2D Constructor / Vector2D Constructor(Double[])
The array of doubles

In This Topic
    Vector2D Constructor(Double[])
    In This Topic
    Double array constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal v() As Double _
    )
    public Vector2D( 
       double[] v
    )

    Parameters

    v
    The array of doubles
    See Also