InputAggregationMode
Inheritance
Inheritance Chain:InputAggregationMode
- →
Enum
Values
Average aggregation mode - computes the average of multiple input values.
Maximum aggregation mode - selects the maximum value from multiple inputs.
Minimum aggregation mode - selects the minimum value from multiple inputs.