OracleDataReader.GetDouble(Int32) メソッド
定義
指定した列の値を倍精度浮動小数点数として取得します。Gets the value of the specified column as a double-precision floating point number.
public:
virtual double GetDouble(int i);
public:
override double GetDouble(int i);
public double GetDouble (int i);
public override double GetDouble (int i);
abstract member GetDouble : int -> double
override this.GetDouble : int -> double
override this.GetDouble : int -> double
Public Function GetDouble (i As Integer) As Double
Public Overrides Function GetDouble (i As Integer) As Double
パラメーター
- i
- Int32
0 から始まる列序数。The zero-based column ordinal.
戻り値
指定した列の倍精度浮動小数点数としての値。The value of the specified column as a double-precision floating point number.
実装
例外
指定したキャストが有効ではありません。The specified cast is not valid.
注釈
IsDBNullこのメソッドを呼び出す前に、を呼び出して null 値を確認してください。Call IsDBNull to check for null values before calling this method.