Table of Contents

Method Aggregate

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

Aggregate(IEnumerable<IExplicitShape<int>>)

Calculates the single output for this node.

public override IExplicitShape<int> Aggregate(IEnumerable<IExplicitShape<int>> input)

Parameters

input IEnumerable<IExplicitShape<int>>

The input of this node.

Returns

IExplicitShape<int>

The output calculated based on the input.