 | SphinxQLDataReaderGetFloat(String) Method |
Gets the value of the specified column as a single-precision floating point number.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic float GetFloat(
string name
)
Public Function GetFloat (
name As String
) As Single
Parameters
- name String
- The name of the column.
Return Value
SingleThe value of the specified column.
Exceptions
See Also