[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.ListDataSource.GetDouble

GetDouble Method

GetDouble(int)

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

Declaration
public double GetDouble(int i)
Parameters
Type Name Description
int i

The index of the field to find.

Returns
Type Description
double

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

Implements