Destructive Aggregator<T, TResult, TIntermediate, TConverter> Properties
Properties
Empty |
Gets whether the aggregator produces a value for empty groups.
(Inherited from Aggregator<T, TResult>) |
Empty |
Gets the result of the aggregation when the input is empty.
(Inherited from Aggregator<T, TResult>) |
IsIncremental |
Gets whether the aggregator operates on individual elements or
on the input as a whole.
(Inherited from Aggregator<T, TResult>) |
Missing |
Gets whether the result of the outcome is different if missing values are
present in the input but the other values are the same.
(Inherited from Aggregator<T, TResult>) |
Ordering |
Gets whether the result of the outcome is different if elements are in a different order.
(Inherited from Aggregator<T, TResult>) |
Requires |
Gets whether the aggregator requires O(N) storage during the computation.
(Inherited from Aggregator<T, TResult>) |
Supports |
Gets whether the aggregator supports computing the aggregation
for all groups directly from the group levels.
(Inherited from Aggregator<T, TResult>) |
Transformation | Gets the delegate that transforms the intermediate result of the aggregation into the final value. |
Zeros |
Gets whether the result of the outcome is different if zero elements are omitted.
(Inherited from Aggregator<T, TResult>) |