 | SphinxInteger Conversion (SphinxInteger to UInt32) |
Namespace: SphinxConnector.NativeApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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