GetFloat Method (C1CSVDataReader)
In This Topic
Gets the value of the specified column as a single-precision floating point number.
Syntax
'Declaration
Public Overridable Function GetFloat( _
ByVal As Integer _
) As Single
public virtual float GetFloat(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value of the specified column.
See Also