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

  1. Select Input Size: Choose the desired number of input sockets using the Input Size dropdown.

  2. Provide Inputs: Connect numerical data to the input sockets that appear based on your selection.

  3. 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

Dynamic Sizing

You can adjust the number of input sockets at any time. Make sure to provide values before evaluating to see the result of the minimum calculation.

Batch Processing

If you’re providing multiple batches of inputs, ensure that the input types remain consistent to avoid errors.

Using with Other Functions

This block works well with the Add, Subtract, Multiply, and Divide function blocks to first process data before finding the minimum.

πŸ› οΈ Troubleshooting

No Output

If you don't see any output when evaluating, ensure that connections are properly made and that you have provided numerical values in the input sockets.

Invalid Input Types

Ensure the data supplied to the inputs are numerical. The function block expects valid numbers to perform calculations.

Last updated