Method | Description | |
---|---|---|
DataGetter_Rows ( System.Data.DataRowCollection rows, string columnName ) : System |
Constructor
|
|
Get ( int i ) : double |
Gets the ith data value.
|
public DataGetter_Rows ( System.Data.DataRowCollection rows, string columnName ) : System | ||
rows | System.Data.DataRowCollection | DataRowCollection to get data from |
columnName | string | Get data in this column |
return | System |
public Get ( int i ) : double | ||
i | int | sequence number of data to get. |
return | double |