Click or drag to resize
SphinxFloatLessThanOrEqual Operator
Implements the operator <=.

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

Parameters

left
Type: SphinxConnector.NativeApiSphinxFloat
The left.
right
Type: SphinxConnector.NativeApiSphinxFloat
The right.

Return Value

Type: Boolean
The result of the operator.
See Also