OracleDataReader.GetDouble Method (Int32)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets the value of the specified column as a double-precision floating point number.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
Parameters
- i
-
Type:
System.Int32
The zero-based column ordinal.
Return Value
Type: System.DoubleThe value of the specified column as a double-precision floating point number.
Implements
IDataRecord.GetDouble(Int32)Exception | Condition |
---|---|
InvalidCastException | The specified cast is not valid. |
.NET Framework
Available since 1.1
Available since 1.1
Show: