All True
This function block checks whether all elements in a given list are true. It is often used in logic operations where the confirmation of multiple true states is necessary.
📥 Inputs
Boolean List
This input accepts a list of boolean values, which will be evaluated to check if all of them are true.
📤 Outputs
All True
This output will return a boolean value indicating whether all elements in the Boolean List
are true.
🕹️ Controls
This function block does not have any interactive controls.
🎨 Features
Logical Evaluation
The block efficiently evaluates a list of boolean values and returns a single boolean result.
Simple Integration
Can be combined easily with other function blocks in logic operations.
📝 Usage Instructions
Input Boolean List: Connect any function block that generates or processes a list of boolean values to the
Boolean List
input.Evaluate: Run the block to check if all the values in the list are true.
📊 Evaluation
When executed, this function block evaluates the input list and outputs a boolean result based on the truthiness of the elements in the list.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated