Minimum
This function block calculates the minimum value from a list of inputs and identifies the index of that minimum value. It dynamically adjusts the number of input sockets based on user selection, making it flexible for various amounts of input data.
📥 Inputs
Generic
This input accepts any type of numerical data. The number of inputs can be dynamically adjusted by the user.
📤 Outputs
Generic
The minimum value obtained from the given inputs.
Index
The index of the minimum value found within the provided inputs.
🕹️ Controls
Input Size
A dropdown menu that allows you to select how many input sockets you want available, ranging from 2 to 20. The number of sockets adjusts automatically based on your selection.
🎨 Features
Dynamic Input Handling
The block can adjust the number of input connections based on user preference, making it adaptable to different use cases.
Real-time Minimum Calculation
As values are provided through the input sockets, the block continuously calculates and outputs the minimum value and its index.
📝 Usage Instructions
Select Input Size: Choose the desired number of input sockets using the
Input Size
dropdown.Provide Inputs: Connect numerical data to the input sockets that appear based on your selection.
Evaluate Minimum: The block will automatically compute and output the minimum value and its index when all input connections are made.
📊 Evaluation
When executed, this function block identifies the smallest number from the connected inputs and returns both that number and its location within the array of inputs.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated