Reduce Array
Node Data | |
|---|---|
Display name | |
Reduce Array | |
Internal name | |
Node_Iterator_Reduce_Inline | |
Inheritances | |
| Node_Collection_Inline | |
| Node_Iterator_Reduce_Inline | |
Inputs | |
Outputs |
Reduce an array to a single value by applying operation between one fixed values to each member in an array.
The system comes with 2 nodes:
- Reduce Input A node outputing a pair of values, one is the accumulating value and the other is the current value in the array.
- Reduce Output A node for receiving the operation result.