Click or drag to resize

SphinxInteger  Conversion (Int32 to SphinxInteger)

Performs an implicit conversion from Int32 to SphinxInteger.

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

Parameters

value
Type: SystemInt32
The value.

Return Value

Type: SphinxInteger
The result of the conversion.
Exceptions
ExceptionCondition
SphinxConversionExceptionvalue is negative.
See Also