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