Method Aggregate
Aggregate(IEnumerable<TInput>)
Calculates the single output for this node.
public virtual TOutput Aggregate(IEnumerable<TInput> input)Parameters
- inputIEnumerable<TInput>
- The input of this node. 
Returns
- TOutput
- The output calculated based on the input.