
Inputs
投入
数组
Here you can link the Array whose values should be evaluated.
在这里,您可以链接其值应计算的 Array。
操作
Different modes are available for evaluating the Array:
可以使用不同的模式来评估 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. : 将确定数组中所有值的平均值。首先,所有值将被添加,然后除以 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. 这个模式是为向量求值而设计的。结果将是一个向量,其中将分别使用 Array 的 x、 y 和 z 分量的最大数值
- Component Min 组件 Min: This is the counterpart to the Component Max mode. A vector with the smallest individual Array component values will be ascertained. : 这是对应的组件最大模式。将确定具有最小单个 Array 分量值的向量
- 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. : 如果 Array 包含整数或浮点数值,则确定最大数值并输出。如果 Array 包含向量,则计算它们的长度。最长的向量将在 Node 的输出处可用
- 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. : 如果 Array 包含整数或浮点数值,则确定最小数值并输出。如果 Array 包含向量,则计算它们的长度。最短的向量将在 Node 的输出中可用
- Member Multiply 成员乘法: In this mode, all of the Array’s values will be multiplied with one another. : 在此模式下,Array 的所有值将相乘
- Sum 和: All of the Array’s values will be added together. : 数组的所有值将合并在一起
数据类型
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.
在这里,您可以选择与 Array 中保存的值匹配的数据类型。然后,这种数据类型也将用于 Node 的结果输出。