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
Was this helpful?