beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

ArrayMathArray Op



ArrayMathArray
Namespace: Ops.Array

Op author: andro

Test Patches: 1 Test

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



Inputs

array 0 (Array)

Array in

array 1 (Array)

Array in

Math function index (integer /Number)

Outputs

Array result (Array)

Calculated array out

Array length (Number)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

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


Patches using ArrayMathArray

  • Examples
  • Public
  • My Patches

Changelog


optimized - removed function call occurring twice
2019-05-23 - andro