Table of Contents

Method ExecuteSingle

Namespace
Gamelogic.Colors
Assembly
Gamelogic.Colors.dll

ExecuteSingle(IEnumerable<TInput>)

Calculates the single output for this node.

public virtual TOutput ExecuteSingle(IEnumerable<TInput> input)

Parameters

input IEnumerable<TInput>

The input of this node.

Returns

TOutput

The output calculated based on the input.