Method Transform
Transform(IExplicitShape<int>)
Transforms the specified input into the output.
public override IExplicitShape<int> Transform(IExplicitShape<int> input)
Parameters
input
IExplicitShape<int>The input.
Returns
- IExplicitShape<int>
TOutput.
Remarks
Override this method to modify this node's behaviour.
Exceptions
- NotImplementedException
Not implemented by the derived type.