Multiply


Synopsis

This operators multiplies its input object.


Description

This operator copies its input object to all connected output ports. As more ports are connected, more copies are generated. Note that objects are copied by reference, hence the underlying data of ExampleSets is never copied (unless using a Materialize Data operator). Therefore, copying objects is cheap. When copying ExampleSets only references to attributes are copied. When attributes are changed or added to one example set, this change is invisible to the other copies. However, if data is modified in one thread of the process flow, it is also modified in the other copies.


Input


Output


Parameters


ExampleProcess