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

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

Parameters

value
Type: SystemInt32
The value.

Return Value

Type: SphinxOrdinal
The result of the conversion.
See Also