Decision Elements
IF
Image

Description
The output of the EQ-Element is true if all inputs are equal. All inputs have the same datatype.
Properties
IF | Boolean |
THEN | Double, Integer, String, Boolean, DateTime, Time |
ELSE | Double, Integer, String, Boolean, DateTime, Time |
Q | Double, Integer, String, Boolean, DateTime, Time |
Add Inputs | No Inputs Addable |
Add Outputs | No Outputs Addable |
Truth Table
IF | THEN | ELSE | Q |
---|---|---|---|
1 | a | b | a |
0 | a | b | b |