ArrayDivide Op
Divides all values in an array by one number
Summary (oneliner)
Full Name
- Ops.Array.ArrayDivide
- 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 In (Array)
<p>The array to divide</p>
Value (Number)
<p>The number that all array values are divided by </p>
Mode index (Number:
<i>integer</i>
) Array/x x/ArrayOUTPUT PORTS
Array Out (Array)
<p>Divided array out</p>