Click or drag to resize
SphinxInteger  Conversion (UInt32 to SphinxInteger)
Performs an implicit conversion from UInt32 to SphinxInteger.

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

Parameters

value
Type: SystemUInt32
The value.

Return Value

Type: SphinxInteger
The result of the conversion.
See Also