 | SphinxFloat Conversion (Single to SphinxFloat) |
Namespace: SphinxConnector.NativeApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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