CurrentValueRecord.GetDouble(Int32) メソッド

定義

フィールド値を double として取得します。

public:
 override double GetDouble(int ordinal);
public override double GetDouble (int ordinal);
override this.GetDouble : int -> double
Public Overrides Function GetDouble (ordinal As Integer) As Double

パラメーター

ordinal
Int32

フィールドの序数。

戻り値

double としてのフィールド値。

実装

適用対象