Method GetDouble
GetDouble(int)
Gets the double-precision floating point number of the specified field.
public double GetDouble(int i)
Parameters
iintThe index of the field to find.
Returns
- double
 The double-precision floating point number of the specified field.
Exceptions
- IndexOutOfRangeException
 The index passed was outside the range of 0 through FieldCount.