Method GetFloat
GetFloat(string)
Gets the specified float value.
public float? GetFloat(string columnName)
Parameters
columnNamestringThe name/label of the column to query.
Returns
- float?
The associated value. null if no value is set.
GetFloat(int)
Gets the specified float value.
public float? GetFloat(int columnIndex)
Parameters
columnIndexintThe index of the column to query.
Returns
- float?
The associated value. null if no value is set.