Arithmetic |
| Member name | Value | Description |
|---|---|---|
| Min | 0 | The arithmetic MIN operation; returns the minimum of all items. |
| Max | 1 | The arithmetic MAX operation; returns the maximum of all items. |
| Sum | 2 | The arithmetic sum operation; returns the sum of all items. |
| Average | 3 | The arithmetic average operation; returns the average of all items. |
| Product | 4 | The arithmetic product operation; returns the product of all items. |