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