IDataRecord.GetDouble(Int32) メソッド

定義

指定したフィールドの倍精度浮動小数点数を取得します。

public:
 double GetDouble(int i);
public double GetDouble(int i);
abstract member GetDouble : int -> double
Public Function GetDouble (i As Integer) As Double

パラメーター

i
Int32

検索するフィールドのインデックス。

返品

指定したフィールドの倍精度浮動小数点数。

例外

渡されたインデックスが 0 から FieldCount の範囲外でした。

適用対象