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