Binding Change Operators
Binding change operators enable conversion of values from one entity to another related entity.
When performing binding changes, it may be necessary to specify how the values will be
aggregated, and depending upon the source value type (scalar, vector, or tensor), only a
subset of aggregation modes are valid.
Important: Min, max, and extreme
aggregation modes are applicable to real scalar values only.
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 |