MinMaxAvgMulti
This dynamic component outputs the average, minimum and maximum value of up to 64 numerical inputs.
The corresponding slot number (inX) of the minimum and maximum value is also output.
Property Sheet
Name | Description |
---|---|
Input Values | The number of input slots. Max 64. |
Avg | Calculated average. (NaN on invalid input) |
Min | Minimum value. (+inf on invalid input) |
Max | Maximum value. (-inf on invalid input) |
Min Slot | The slot number containing the minimum value. (0 on invalid input) |
Max Slot | The slot number containing the maximum value. (0 on invalid input) |
inX | Input value |