Adds a numerical value.
| Input | Data Type | Description |
|---|---|---|
| Input1 | Integer,Double,Decimal | A number |
| Input2 | Integer,Double,Decimal | Sets the Data property. (optional) |
| Output | Data Type | Description |
|---|---|---|
| Output1 | Double,Decimal | A result |
| Name | Property Type | Description |
|---|---|---|
| Data | string | Specifies a numeric value to add |
| Scale | int | Specifies a the number of digits to the right of the decimal point when the output type is Decimal |
| Property | Output | |||
| Input1 | 150 | 350 | ||
| Input2 | 200 | |||
| Property | Output | |||
| Input1 | 1.111E-4 | 2.222E-4 | ||
| Input2 | 1.111E-4 | |||
| Property | Output | |||
| Input1 | 1.1 | 2.211 | ||
| Input2 | 1.111 | |||
| Property | Output | |||
| Input1 | 5E-1 | 1.611 | ||
| Input2 | 1.111 | |||