  | SphinxFloat  Conversion (Single to SphinxFloat) | 
  
    Namespace: 
   SphinxConnector.NativeApi
    Assembly:
   SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic static implicit operator SphinxFloat (
	float value
)
Public Shared Widening Operator CType ( 
	value As Single
) As SphinxFloat
Parameters
- value
 - Type: SystemSingle
The value. 
Return Value
Type: 
SphinxFloatThe result of the conversion.
See Also