Calculate number-list
Description
Perform aggregate math operations on input subject number-list to calculate output number value
Input Ports
| Name | dataType | sourceType | required | description |
|---|---|---|---|---|
| Operation | text | manual-only | true | The operation on the number-list |
| Subject | number-list | link-manual | true | The number list used inside of the operation |
Scenarios
- The user wants the
sumof all the numbers inside of thesubjectlist - The user wants the
averagebetween all the numbers inside of thesubjectlist - The user wants the
minimumnumber of all the numbers inside of thesubjectlist - The user wants the
maximumnumber of all the numbers inside of thesubjectlist
Use case
Inputs
- Operation:
Sum - Subejct:
[20, 30, 40, 5, 12]
Experienced tips
- If the
subjectnumber-list is empty, the process will continue and provide you with the value of0
Search Tags
Perform math operations on a list of numbers get the maximum and minimum number inside a list