Method Execute
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.