語言

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轉換為 來決定的。

Java 文件 android.database.CursorWindow.getFloat(int, int)。

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於