ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / Coordinate Class / _data Field

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