GetFloat method

Description

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

Syntax

float GetFloat( int ordinal )

Parameters

ordinal: An ordinal number indicating the column from which the value is obtained. The numbering is zero-based.

Return Value

The value of the specified column.

Implements

IDataRecord.GetFloat

Usage

See also

“IsDBNull method”.