Method GetFloat
GetFloat(int)
Gets the float result for the specified column.
public float GetFloat(int columnIndex)
Parameters
columnIndexintThe 0-based index of the column to query.
Returns
- float
The float result. Returns 0.0f on an error.
GetFloat(string)
Gets the float result for the specified column.
public float GetFloat(string columnName)
Parameters
columnNamestringThe name of the column to fetch the result.
Returns
- float
The float result. Returns 0.0f on an error.