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

InfoArray3 Op

Ops.Array.InfoArray3


InfoArray3
Collections:dataInfo  
Namespace: Ops.Array

Op author: pandur

min,max and average values of an array3


Check the example file Ops.Array.InfoArray for a simplified version of infoArray3



Inputs

Array (Array)

Outputs

Num Items (Number)

Number of items in the array

Min X (Number)

Minimum value of the x component in the array

Max X (Number)

Maximum value of the x component in the array

Average X (Number)

Average of all the values in the x component

Min Y (Number)

Minimum value of the y component in the array

Max Y (Number)

Maximum value of the y component in the array

Average Y (Number)

Average of all the values in the y component

Min Z (Number)

Minimum value of the z component in the array

Max Z (Number)

Maximum value of the z component in the array

Average Z (Number)

Average of all the values in the z component

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

infoArray3 example file

Open Example In Editor

Patches using InfoArray3

Changelog


Ops.Array.Array3xAnalyze renamed to Ops.Array.InfoArray3
2019-06-13 - pandur