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

In This Topic
    _data Field (Matrix)
    In This Topic
    A two dimension double array used to save the data.
    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