Click or drag to resize
SphinxBoolean  Conversion (SphinxBoolean to Int32)
Performs an implicit conversion from SphinxBoolean to Int32.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public static implicit operator int (
	SphinxBoolean sphinxBoolean
)

Parameters

sphinxBoolean
Type: SphinxConnector.NativeApiSphinxBoolean
The sphinx boolean.

Return Value

Type: Int32
The result of the conversion.
See Also