Android.Database.CursorWindow.GetFloat Method
Gets the value of the field at the specified row and column index as a float.

Syntax

[Android.Runtime.Register("getFloat", "(II)F", "GetGetFloat_IIHandler")]
public virtual float GetFloat (int row, int col)

Parameters

row
The zero-based row index.
column
The zero-based column index.

Returns

Documentation for this section has not yet been entered.

Remarks

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

The result is determined by invoking CursorWindow.GetDouble(int, System.Int32) and converting the result to float.

[Android Documentation]

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1