Sum
Calculate the total of the numerical values
Input/Output
Number of Connections: Min: 1/Max:Unlimited
| Input | Data Type | Description |
| InputN | Double,Decimal | A number |
| Output | Data Type | Description |
| Output1 | Double,Decimal | The total of the inputs |
Property
| Name | Property Type | Description |
| Scale | int | Specifies a the number of digits to the right of the decimal point when the output type is Decimal |
Topic
- When all input values are Double, the value is calculated as Double, then outputs a Double value. Otherwise, calculate as Decimal values, then outputs a Decimal value.
Example
| Property | Output |
| Input1 | 100 | | | 600 |
| Input2 | 200 | | | |
| Input3 | 300 | | | |