OperateConstant¶
Add, subtract, multiply or divide each element in the data by a given constant.
Skips marker streams. Version 1.0.0
Ports/Properties¶
data¶
Data to process.
constant¶
Value by which to perform the selected operation on each element of the data.
operator¶
The operator to be performed on the data using the constant.
constant_first¶
When true, the order of the operation is the constant first, element second, i.e .: constant-element (instead of element-constant). This only affects subtract and divide.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.