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: 5.3.0
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