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