 | SphinxQLDataReaderGetFloat Method (Int32) |
Gets the value of the specified column as a single-precision floating point number.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override float GetFloat(
int ordinal
)
Public Overrides Function GetFloat (
ordinal As Integer
) As Single
Parameters
- ordinal
- Type: SystemInt32
The zero-based column ordinal.
Return Value
Type:
SingleThe value of the specified column.
Implements
IDataRecordGetFloat(Int32)
Exceptions
See Also