Click or drag to resize
SphinxBigInt  Conversion (Int64 to SphinxBigInt)
Performs an implicit conversion from Int64 to SphinxBigInt.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public static implicit operator SphinxBigInt (
	long value
)

Parameters

value
Type: SystemInt64
The value.

Return Value

Type: SphinxBigInt
The result of the conversion.
See Also