Table of Contents

Method Aggregate

Namespace
Gamelogic.Grids2.Graph
Assembly
Gamelogic.Grids2.dll

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.