Inheritance diagram for NPlot::AdapterUtils::DataGetter_Rows:
Public Member Functions | |
DataGetter_Rows (DataRowCollection rows, string columnName) | |
Constructor. | |
double | Get (int i) |
Gets the ith data value. | |
Private Attributes | |
DataRowCollection | rows_ |
string | columnName_ |
Definition at line 619 of file AdapterUtils.cs.
|
Constructor.
Definition at line 629 of file AdapterUtils.cs. |
|
Gets the ith data value.
Implements NPlot::AdapterUtils::IDataGetter. Definition at line 640 of file AdapterUtils.cs. |
|
Definition at line 622 of file AdapterUtils.cs. |
|
Definition at line 621 of file AdapterUtils.cs. |