XenoGuard 4.0 Documentation
Logic
ActionStep Reference » Programming » Number Operation » Logic
In the Number Operations, subgroup Logic, you will find ActionSteps that allow you to apply Boolean operations to numbers:
- Compute the bitwise AND of two numerical values
- Compute the bitwise NOT of two numerical values
- Compute the bitwise OR of two numerical values
- Compute the bitwise XOR of two numerical values
- Compute the left shift value of a numerical value
- Compute the right shift value of a numerical value