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 a column. |
Returns
Type | Description |
---|---|
System.Double | Double value on a specified index. |