ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Vector Class / _data Field

In This Topic
    _data Field (Vector)
    In This Topic
    Saves the data of this vector.
    Syntax
    'Declaration
     
    
    Protected _data As Double()
    protected double[] _data
    Remarks
    In order to improve speed of inherited classes, I give the proteced modification
    See Also