Table of Contents

Method GetDouble

Namespace
Innova.Data
Assembly
Innova.Data.dll

GetDouble(int)

Gets the double-precision floating point number of the specified field.

public double GetDouble(int i)

Parameters

i int

The 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.