Add
Adds two numbers together and returns a numeric result.
| Property | Type | Description |
|---|---|---|
| Addend1 | Boolean | First number. |
| Addend2 | Boolean | Second number. |
| RoundingDecimalPositions | Boolean | Rounds the result "Half Up" if roundingDecimalPositions is not null and >=
0. An example would be rounding 0.745 to 0.75 |
