Click or drag to resize

SphinxBigIntGreaterThan Operator

Implements the operator >.

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
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