[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.ListDataSource.GetFloat

GetFloat Method

GetFloat(int)

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

Declaration
public float GetFloat(int i)
Parameters
Type Name Description
int i

The index of the field to find.

Returns
Type Description
float

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

Implements