GetDouble method

Description

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

Syntax

double GetDouble( 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.GetDouble

Usage

See also

“IsDBNull method”.