Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定されたカラムの値を単精度の浮動小数点数として返します。
Public Overrides Function GetFloat(ByVal ordinal As Integer) As Single
public override float GetFloat(int ordinal)
ordinal 値の取得元のカラムを示す順序数。番号は 0 から始まります。
指定されたカラムの値。
変換は行われないため、取り出されるデータはすでに単精度の浮動小数点数である必要があります。
SADataReader.IsDBNull メソッドを呼び出して NULL 値を確認してから、このメソッドを呼び出します。