Add
Adds the results of the given components. Only number (integer or
decimal) values will be added
JSON Format
{
"type": "add",
"components": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
components | StatFormulaComponent | ✓ | Formula components to add. This formula must return an array (list) of numbers (integer or decimal). |