Click or drag to resize
SphinxInteger  Conversion (Int64 to SphinxInteger)
Performs an explicit conversion from Int64 to SphinxInteger.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public static explicit operator SphinxInteger (
	long value
)

Parameters

value
Type: SystemInt64
The value.

Return Value

Type: SphinxInteger
The result of the conversion.
See Also