CalculatorConditionalLoop
Loop by condition of calculator node.
Properties
Property Name |
Description |
Condition List |
Set the judgment condition.Field Name | Description |
---|
Logical Condition | Logical operation of conditionField Name | Description |
---|
Logical Operation | Logical operation- And
- AND
- Or
- OR
| Not Op | NOT operation flag |
| Compare Type | Compare type- Equals
- Value1 == Value2
- Not Equals
- Value1 != Value2
- Greater
- Value1 > Value2
- Greater Or Equals
- Value1 >= Value2
- Less
- Value1 < Value2
- Less Or Equals
- Value1 <= Value2
| Value 1 | Value to compare | Value 2 | Value to compare |
|