CursorWindow.GetFloat(Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定的資料列與資料列索引處的網域值, 做為 float
。
[Android.Runtime.Register("getFloat", "(II)F", "GetGetFloat_IIHandler")]
public virtual float GetFloat (int row, int column);
[<Android.Runtime.Register("getFloat", "(II)F", "GetGetFloat_IIHandler")>]
abstract member GetFloat : int * int -> single
override this.GetFloat : int * int -> single
參數
- row
- Int32
以零起始的數據列索引。
- column
- Int32
以零起始的數據行索引。
傳回
欄位的值做為 float
。
- 屬性
備註
取得指定的資料列與資料列索引處的網域值, 做為 float
。
結果取決於叫 #getDouble
用結果,並將結果 float
轉換成 。
的 android.database.CursorWindow.getFloat(int, int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。