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