Click or drag to resize
SphinxFloat  Conversion (Single to SphinxFloat)
Performs an implicit conversion from Single to SphinxFloat.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public static implicit operator SphinxFloat (
	float value
)

Parameters

value
Type: SystemSingle
The value.

Return Value

Type: SphinxFloat
The result of the conversion.
See Also