Tinderbox v10 Icon

<= (i.e. less than or equal to)


Operator Type: 

Operator Scope of Action: 

Operator Purpose: 

Operator First Added: 

Operator in Current Baseline: 

Operator Last Altered: 

 Operator  [other Operator type actions]

 Query  [operators of similar scope]

 Query Boolean  [other Query Boolean operators]

 v4.6.0

 Baseline

 As at baseline


<= (i.e. less than or equal to)

The operator used to test if the left side of an expression is less than or equal to the right side. This operator is used either in agent queries or in the conditional part of an if(condition){action} code. If $MyNumber is 3:

$MyNumber <= 4 is true 

$MyNumber <= 3 is true 

$MyNumber <= 2 is false 

Further explored in Basic Comparison Codes; in some date comparison cases, a two term query may be needed instead.