Table of Contents

Method Execute

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

Execute(IEnumerable<None>)

Calculates a list of output from a given list of input.

public override sealed List<IExplicitShape<TPoint>> Execute(IEnumerable<None> input)

Parameters

input IEnumerable<None>

The input values to base the computation on.

Returns

List<IExplicitShape<TPoint>>

The list of output values.