Retrieves a float value from the TableRow 's specified column. The column may be specified by either its ID or title. @webref tablerow:method @webBrief Get a float value from the specified column @param column ID number of the column to reference @see TableRow#getInt(int) @see TableRow
(int column)
| 79 | * @see TableRow#getString(int) |
| 80 | */ |
| 81 | public float getFloat(int column); |
| 82 | |
| 83 | /** |
| 84 | * @param columnName title of the column to reference |
no outgoing calls
no test coverage detected