Binding Change Operators
Binding change operators enable conversion of values from one entity to another related entity.
| Aggregation Mode | Description | Applies to | 
|---|---|---|
| average | Sum of values divided by the number of values. | scalar, vector, tensor | 
| sum | Total of values. | scalar, vector, tensor | 
| min | Minimum value. | scalar | 
| max | Maximum value. | scalar | 
| extreme | Value with the largest absolute value (with sign). | scalar |