getFloat

open fun getFloat(columnIndex: Int): Float

Returns the value of the requested column as a Double.

Return

the value of that column as a doube or null

Parameters

columnIndex

the zero-based index of the target column.

See also

android.database.Cursor#getString(int)