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