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