 | SphinxQLDataReaderGetFloat Method (String) |
Gets the value of the specified column as a single-precision floating point number.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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