CalculatorConditionalLoop

Loop by condition of calculator node.

CalculatorConditionalLoop

Properties

Property Name Description
Condition List Set the judgment condition.
  • + Button Add condition.
Field NameDescription
Logical ConditionLogical operation of condition
Field NameDescription
Logical OperationLogical operation
And
AND
Or
OR
Not OpNOT operation flag
Compare TypeCompare 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 1Value to compare
Value 2Value to compare