Documentation
Larger/smaller
The "Larger/smaller" module offers the option of comparing different values for Larger, Larger equal, Equal, Smaller equal or Smaller.

Data points input
| Name | Description |
|---|---|
| Value 1 | Data point for comparison value 1 |
| Value 2 | Data point for comparison value 2 |
data point output
| Name | Description |
|---|---|
| Greater | Returns TRUE if the value at input value 1 is greater than the value at input value 2. |
| Greater than or equal to | Returns TRUE if the value at input Value 1 is greater than or equal to the value at input Value 2. |
| Equal | Returns TRUE if the value at input Value 1 is equal to the value at input Value 2. |
| Less than or equal to | Returns TRUE if the value at input Value 1 is less than or equal to the value at input Value 2. |
| Smaller | Returns TRUE if the value at input Value 1 is smaller than the value at input Value 2. |