共用方式為


CursorWindow.GetFloat(Int32, Int32) 方法

定義

取得指定的資料列與資料列索引處的網域值, 做為 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 屬性授權中所述的詞彙使用。

適用於