Number Range
This function block allows users to define a range of numbers using adjustable sliders. It takes minimum and maximum values as inputs and provides a dynamic range adjustment interface.
📥 Inputs
Minimum
Value to set the lower bound of the range.
Maximum
Value to set the upper bound of the range.
📤 Outputs
Range
Provides the currently selected range defined by the sliders.
🕹️ Controls
Min - Max
A visual label that shows the current minimum and maximum values selected by the sliders.
Slider
A horizontal range slider that allows you to select a range between the defined minimum and maximum values.
🎨 Features
Dynamic Range Adjustment
Users can easily adjust the range of numbers by dragging the sliders.
Visual Feedback
The label updates in real-time to reflect the current range selected in the slider interface.
📝 Usage Instructions
Set Minimum and Maximum Inputs: Optionally, connect inputs to set dynamic minimum and maximum values for the range.
Adjust Slider: Use the slider to visually select the desired range within the provided minimum and maximum boundaries.
Evaluate: Run the block to get the selected range output based on the slider's current position.
📊 Evaluation
Upon execution, this function block provides the active range selected via the slider, which can be used in subsequent blocks for decision-making or filtering actions.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated