Inputs

Array

Here you can link the Array whose values should be evaluated.

Operation

Different modes are available for evaluating the Array:

  • Average: The average value of all values in the array will be ascertained. First, all values will be added and then divided by the number of entries in the Array.
  • Component Max: This mode is designed for evaluating vectors. The result will be a vector in which the largest numeric value for the X, Y and Z components, respectively, of the Array will be used.
  • Component Min: This is the counterpart to the Component Max mode. A vector with the smallest individual Array component values will be ascertained.
  • Length Max: If an Array contains an integer or float value, the largest numeric value will be ascertained and output. If the Array contains vectors, their length will be calculated. The longest vector will then be made available at the Node's output.
  • Length Min: If the Array contains an integer or float value, the smallest numeric value will be ascertained and output. If the Array contains vectors, their length will be calculated. The shortest vector will then be made available at the Node's output.
  • Member Multiply: In this mode, all of the Array's values will be multiplied with one another.
  • Sum: All of the Array's values will be added together.

Data Type

Here you can select the data type that matches the values saved in the Array. This data type will then also be used for the Node's resulting output.