Smaller
This function block is designed to compare numerical values and checks if the first input is smaller than all the subsequent inputs.
📥 Inputs
Number
The first number to be compared.
Number
Additional numbers to compare against the first input.
📤 Outputs
Boolean
This output returns a true or false value indicating whether the first number is smaller than all following inputs.
🕹️ Controls
The function block does not have specific controls for user interaction, as it operates based on input values provided to it.
🎨 Features
Comparison Capability
This block can compare one number against multiple other numbers simultaneously.
Boolean Output
The output intuitively conveys whether the primary condition (being smaller) is met.
📝 Usage Instructions
Input Numbers: Connect the first number you wish to compare to the first input. Connect additional numbers to the following inputs.
Evaluate: When executed, the block will return true if the first input is smaller than all subsequent values; otherwise, it will return false.
📊 Evaluation
Upon evaluation, the block checks the condition and provides a boolean output that indicates the result of the comparison.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated