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

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

Parameters

sphinxInteger
Type: SphinxConnector.NativeApiSphinxInteger
The sphinx integer.

Return Value

Type: UInt32
The result of the conversion.
See Also