| status | stable |
| author | Tobias Böhler |
| package | MeVisLab/Standard |
| dll | MLBasicModules |
| definition | mlBasicModules.def |
| keywords | bool, bit, operation, negation |
This module computes simple boolean operations.
Select the desired operation and mark the boolean input fields.
Depending on the given input values, corresponding boolean output values are being computed.
The following table gives an overview over the given boolean operations:
| Operation | Input Bool A | Input Bool B | Output Bool C |
|---|---|---|---|
| Identity | A | -- | A |
| Negation | A | -- | -A |
| And | A | B | A and B |
| Or | A | B | A or B |
| Xor | A | B | A xor B |
| Equal | A | B | A == B |
| Implication | A | B | A --> B |
| Bool !C: Bool |
| Bool A: Bool |
| Bool B: Bool |
| Bool C: Bool |
| Int. Value: Integer |
| Operation: Enum |