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: 5.3.0
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