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