ArrayMathArray Op

ArrayMathArray

performs a math operations on two arrays


<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
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorgithubTest 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)

<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)

Patches using ArrayMathArray

  • Examples
  • Public
  • My Patches

Changelog


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