open all | close all

Aggregate 总量Basic 基础Inputs 投入Outputs 产出

Inputs

投入

Operation

操作

Here you can define the calculation operation with which the input values should be processed. The following options are available:

在这里,您可以定义处理输入值的计算操作。以下选项可用:

  • Range 范围: The delta value between the smallest and the largest input values will be output. If, for example, the values 1, 5, 10 and 20 are passed into the Node, the result will be 19 because this represents the result of 20-1. : 最小输入值和最大输入值之间的增量值将为输出。例如,如果将值1、5、10和20传递到 Node,则结果将为19,因为这表示20-1的结果
  • Average 平均数: All values will be added and the result will then be divided by the number of values. For the values 1, 5, 10 and 20 the result would be 9 (36/4). : 将所有值相加,然后将结果除以值的数目。对于值1、5、10和20,结果是9(36/4)
  • Min./Max 最低/最高: The smallest and the largest value, respectively, will be output. : 最小值和最大值分别为输出值
  • Median 中位数: All input values will first be arranged from smallest to largest. Then the numeric pair at the center of this arrangement will be evaluated and the median value between these will be output. For our example with the numbers 1, 5, 10 and 20, this would be the values 5 and 10. The median value would then be 7.5, which will be output. : 所有输入值将首先从最小到最大排列。然后,在这个安排的中心数值对将被评估和中位数值之间的这些将被输出。对于数字1、5、10和20的例子,这就是值5和10。然后中值将是7.5,这将是产出
  • Sum: The result will be the addition of all values. : 结果将是所有值的加法

Stream Mode

流模式

If this option is disabled, you will receive individual inputs for all values that you want to edit. The number of inputs can be defined using the Add Input and Remove Input buttons.

如果禁用此选项,您将收到要编辑的所有值的单独输入。输入的数量可以通过添加输入和删除输入按钮来定义。

If Stream Mode is enabled, you will only be given a single input for the values through which you will have to pass all values to be edited to the Node. This is, for example, necessary if you want to use the Node within a loop or if you want to feed it with the values of an output Array.

如果启用了流模式,您将只获得一个值的输入,您必须通过该输入将所有要编辑的值传递给节点。例如,如果您想在循环中使用 Node,或者如果您想将输出 Array 的值提供给 Node,那么这是必要的。

Data Type

数据类型

Here you can define a data type that matches the input values. You can select from Vector, Integer and Float Comma.

在这里,您可以定义与输入值匹配的数据类型。你可以从 Vector,Integer 和 Float Comma 中选择。

Inout

In this group you will find either the individual inputs or the single input, depending on the Stream Mode option’s state, if you want to edit a stream of values.

在这个组中,如果您想要编辑一个值流,您可以找到单个输入或单个输入,具体取决于 Stream Mode 选项的状态。

Outer Scope

外部范围

This signal is helpful when linking different Nodes that are hierarchically or temporally dependent on one another. This input is only available if Stream Mode is enabled.

当连接不同的节点时,这个信号是有帮助的,这些节点在层次上或时间上相互依赖。此输入只有在启用流模式时才可用。

Inner Scope

内部范围

Here you can input the context of a loop. This input is only available if Stream Mode is enabled.

在这里您可以输入一个循环的上下文。这个输入只有在流模式启用时才可用。