ArrayMathArray Op

ArrayMathArray

performs a math operations on two arrays


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


Edit Documentation

Full Name
  • Ops.Array.ArrayMathArray
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorTest Patches


 

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

Open In Editor

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)

Patches using ArrayMathArray

  • Examples
  • Public
  • My Patches

Changelog


optimized - removed function call occurring twiceuser avatarandro - 2019-05-23 17:28