Click or drag to resize
SphinxBigIntLessThan Operator
Implements the operator <.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public static bool operator <(
	SphinxBigInt left,
	SphinxBigInt right
)

Parameters

left
Type: SphinxConnector.NativeApiSphinxBigInt
The left.
right
Type: SphinxConnector.NativeApiSphinxBigInt
The right.

Return Value

Type: Boolean
The result of the operator.
See Also