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