共用方式為


MockCursor.GetFloat(Int32) 方法

定義

以 float 傳回所要求數據行的值。

[Android.Runtime.Register("getFloat", "(I)F", "GetGetFloat_IHandler")]
public virtual float GetFloat (int columnIndex);
[<Android.Runtime.Register("getFloat", "(I)F", "GetGetFloat_IHandler")>]
abstract member GetFloat : int -> single
override this.GetFloat : int -> single

參數

columnIndex
Int32

目標數據行以零起始的索引。

傳回

實作

屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於