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

ArrayDivide Op

Ops.Array.ArrayDivide


ArrayDivide
Collections:math  
Related ops:Ops.Array.ArrayMath  
Namespace: Ops.Array

Op author: andro

Divides all values in an array by one number




Inputs

Array In (Array)

The array to divide

Value (Number)

The number that all array values are divided by

Outputs

Array Out (Array)

Divided array out

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

Open Example In Editor

Patches using ArrayDivide