CursorWindow.GetFloat(Int32, Int32) Method

Definition

Gets the value of the field at the specified row and column index as a 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

Parameters

row
Int32

The zero-based row index.

column
Int32

The zero-based column index.

Returns

The value of the field as an float.

Attributes

Remarks

Gets the value of the field at the specified row and column index as a float.

The result is determined by invoking #getDouble and converting the result to float.

Java documentation for android.database.CursorWindow.getFloat(int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to