InfoArray3 Op

InfoArray3

min,max and average values of an array3


<p>Check the example file <a href="/op/Ops.Array.InfoArray">Ops.Array.InfoArray</a> for a simplified version of infoArray3</p>


Full Name
  • Ops.Array.InfoArray3
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


INPUT PORTS


Array (Array)

OUTPUT PORTS


Num Items (Number)

<p>Number of items in the array</p>

Min X (Number)

<p>Minimum value of the x component in the array</p>

Max X (Number)

<p>Maximum value of the x component in the array</p>

Average X (Number)

<p>Average of all the values in the x component</p>

Min Y (Number)

<p>Minimum value of the y component in the array</p>

Max Y (Number)

<p>Maximum value of the y component in the array</p>

Average Y (Number)

<p>Average of all the values in the y component</p>

Min Z (Number)

<p>Minimum value of the z component in the array</p>

Max Z (Number)

<p>Maximum value of the z component in the array</p>

Average Z (Number)

<p>Average of all the values in the z component</p>


Patches using InfoArray3

  • Examples
  • Public
  • My Patches

Changelog


Ops.Array.Array3xAnalyze renamed to Ops.Array.InfoArray3user avatarpandur - 2019-06-13 10:13