Method GetDouble
GetDouble(Int32)
Gets value of specified index as double
Declaration
double GetDouble(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | Index of column |
Returns
Type | Description |
---|---|
System.Double | double value on specified index |