[]
Gets the value of the specified column as a single-precision floating point number.
public override float GetFloat(int ordinal)
Type | Name | Description |
---|---|---|
int | ordinal | The zero-based column ordinal. |
Type | Description |
---|---|
float | The value of the specified column. |