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