 | SphinxInteger Conversion (Int64 to SphinxInteger) |
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic static explicit operator SphinxInteger (
long value
)
Public Shared Narrowing Operator CType (
value As Long
) As SphinxInteger
Parameters
- value
- Type: SystemInt64
The value.
Return Value
Type:
SphinxIntegerThe result of the conversion.
See Also