 
| Location | Type | 
|---|---|
| The first input handler | Numeric | 
| The second input handler | Numeric | 
| Logic output | Numeric | 
 Refer to "Logic Specifications" for details.
Refer to "Logic Specifications" for details.
| Category | Property | Description | 
|---|---|---|
| Required | Input count | Specify input count by 2 or more. | 
| Precision | Specify precision | Select whether to directly specify the decimal places of precision in decimal type calculation. | 
| Precision | Specified digits | Directly specifies the number of decimal places in decimal type precision. | 
| Precision | Rounding | Specify the method of rounding. | 
| Null processing | Null option | Specify how to handle the input if it contains null. | 
| Comment | Comment | The comment will also be output to the specifications.It does not affect the conversion process. | 
| Option | Description | 
|---|---|
| Convert null into 0 | Converts null to 0 and continue with the process. | 
| Throw exception when unable to determine/calculate/process | Throws exception (CalculationException) when unable to determine/calculate/process. | 
| Output null if either of input handler is null | Outputs null if the value of any input handler is null. | 
 Refer to "Logic Specifications" for details.
Refer to "Logic Specifications" for details.
 The recommended maximum value of [Input count] is "100". When you add 100 or more numbers, use multiple Add logics.
The recommended maximum value of [Input count] is "100". When you add 100 or more numbers, use multiple Add logics.
 
| Property | Setting | 
|---|---|
| Input count | 2 | 
| Specify precision | Not Checked | 
| Specified digits | |
| Rounding | Round to 0. | 
| Null option | Convert null into 0 | 
| 10,3 | 
| 10,3.0 | 
| 10.0,3 | 
| 13 | 
| 13.0 | 
| 13.0 |