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