 | SphinxInteger Conversion (SphinxInteger to UInt32) |
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic static implicit operator uint (
SphinxInteger sphinxInteger
)
Public Shared Widening Operator CType (
sphinxInteger As SphinxInteger
) As UInteger
Parameters
- sphinxInteger
- Type: SphinxConnector.NativeApiSphinxInteger
The sphinx integer.
Return Value
Type:
UInt32The result of the conversion.
See Also