ArraySum Op
Adds one number to all values in an array
Summary (oneliner)
Full Name
- Ops.Array.ArraySum
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch ArrayMathArrayOps
The ArrayMath op performs the following math operations on two arrays
+
- * / % Min Max Both arrays need to have the same size or a warning will be given
INPUT PORTS
In (Array)
<p>Array in</p>
Value (Number)
<p>The number to add to all numbers in the array</p>
OUTPUT PORTS
Result (Array)
<p>Array out</p>