Add Operator - Haufe-Lexware/haufe.no-frills-transformation GitHub Wiki
Add operator. Adds two numeric expressions and returns the sum.
| What | Type |
|---|---|
| Syntax | Add(a, b) |
a |
int |
b |
int |
| Return type | int |
Example: Add(Int($field1), Int($field2))
Add operator. Adds two numeric expressions and returns the sum.
| What | Type |
|---|---|
| Syntax | Add(a, b) |
a |
int |
b |
int |
| Return type | int |
Example: Add(Int($field1), Int($field2))