Click or drag to resize

SphinxInteger  Conversion (SphinxInteger to Int64)

Performs an implicit conversion from SphinxInteger to Int64.

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public static implicit operator long (
	SphinxInteger sphinxInteger
)

Parameters

sphinxInteger
Type: SphinxConnector.NativeApiSphinxInteger
The sphinx integer.

Return Value

Type: Int64
The result of the conversion.
See Also