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