Add
 
                                        Logic name
Add
Function
This logic adds the input value of the second input handler to the input value of the first input handler and returns the result.
Data type
| Location | Type | 
|---|---|
| First input handler | Numeric | 
| Second input handler | Numeric | 
| Logic output | Numeric | 
Property
| Category | Property | Description | 
|---|---|---|
| Comment | Comment | It does not affect the conversion processing. | 
Notes
For the precision (valid number of digits below the decimal place) used during default operation with basic arithmetic logic, refer to the following sections in Functional restrictions:
(1) Handling of floating point type
(2) Maximum and minimum values for integer type
(3) Maximum and minimum values for floating point type
Example of logic use
Mapping definition
 
                                            Logic settings and processing result
This logic outputs the result of adding the value of "COL2" of the input data to the value of "COL1."
Property settings
| Property | Setting Value | 
|---|---|
| None | 
 | 
Input data
| 10,3 | 
| 10,3.2 | 
| 10.1,3 | 
Output data
| 13 | 
| 13.2 | 
| 13.1 |