Table of Contents

Method Execute

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

Execute(IEnumerable<TInput>)

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

public virtual List<TOutput> Execute(IEnumerable<TInput> input)

Parameters

input IEnumerable<TInput>

The input values to base the computation on.

Returns

List<TOutput>

The list of output values.