Inheritance diagram for NPlot::AdapterUtils::DataGetter_DataView:
Public Member Functions | |
DataGetter_DataView (DataView data, string columnName) | |
Constructor. | |
double | Get (int i) |
Gets the ith data value. | |
Private Attributes | |
DataView | data_ |
string | columnName_ |
Definition at line 649 of file AdapterUtils.cs.
|
Constructor.
Definition at line 659 of file AdapterUtils.cs. |
|
Gets the ith data value.
Implements NPlot::AdapterUtils::IDataGetter. Definition at line 670 of file AdapterUtils.cs. |
|
Definition at line 652 of file AdapterUtils.cs. |
|
Definition at line 651 of file AdapterUtils.cs. |