ADD
Returns the sum of all inputs. The number of inputs is extensible.
Input
Name | Type | Description |
|---|---|---|
IN1 | ANY_NUM | Summand |
IN2 | ANY_NUM | Summand |
INn | ANY_NUM | Summand |
Output
Name | Type | Description |
|---|---|---|
OUT | ANY_NUM | Sum: IN1 + IN2 + … + INn |
Returns the sum of all inputs. The number of inputs is extensible.
Name | Type | Description |
|---|---|---|
IN1 | ANY_NUM | Summand |
IN2 | ANY_NUM | Summand |
INn | ANY_NUM | Summand |
Name | Type | Description |
|---|---|---|
OUT | ANY_NUM | Sum: IN1 + IN2 + … + INn |