ArrayMathArray Op
performs a math operations on two arrays
Summary (oneliner)
<p>This op allows a math operation to be performed on two arrays which must have the same length. The following math operations are available <code>+ - * / % min max</code></p>
Full Name
- Ops.Array.ArrayMathArray
- 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
array 0 (Array)
<p>Array in</p>
array 1 (Array)
<p>Array in</p>
Math function index (Number:
<i>integer</i>
)OUTPUT PORTS
Array result (Array)
<p>Calculated array out </p>
Array length (Number)