 | SphinxQLDataReaderGetFloat Method (String) |
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 float GetFloat(
string name
)
Public Function GetFloat (
name As String
) As Single
Parameters
- name
- Type: SystemString
The name of the column.
Return Value
Type:
SingleThe value of the specified column.
Exceptions
See Also