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