[]
        
(Showing Draft Content)

C1.DataConnector.C1DataReaderBase.GetFloat

GetFloat Method

GetFloat(int)

Gets the value of the specified column as a single-precision floating point number.

Declaration
public override float GetFloat(int ordinal)
Parameters
Type Name Description
int ordinal

The zero-based column ordinal.

Returns
Type Description
float

The value of the specified column.

Overrides