add operator adds two sets of data points.
| Input projection | . |
|---|---|
y-axis |
is the initial value before addition |
x-axis |
is the value to be added to the initial value |
| Output relations | . |
|---|---|
sum |
numeric, sum value returned per cell |
The operator takes the value defined by the y-axis and adds the value defined by the x-axis. The computation is done per cell. There is one value calculated and returned for each data point.