InfoArray3 Op
min,max and average values of an array3
Summary (oneliner)
<p>Check the example file <a href="/op/Ops.Array.InfoArray">Ops.Array.InfoArray</a> for a simplified version of infoArray3</p>
- Ops.Array.InfoArray3
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch infoArray3 example file
INPUT PORTS
OUTPUT PORTS
<p>Number of items in the array</p>
<p>Minimum value of the x component in the array</p>
<p>Maximum value of the x component in the array</p>
<p>Average of all the values in the x component</p>
<p>Minimum value of the y component in the array</p>
<p>Maximum value of the y component in the array</p>
<p>Average of all the values in the y component</p>
<p>Minimum value of the z component in the array</p>
<p>Maximum value of the z component in the array</p>
<p>Average of all the values in the z component</p>