open all | close all

Range 范围Basic 基础Inputs 投入Outputs 产出

Outputs

产出

Outer Scope

外部范围

This signal is helpful when linking different Nodes that have an equal hierarchical dependency to one another.

当连接具有相同等级依赖关系的不同节点时,这个信号是有帮助的。

Inner Scope
Range[-2147483648..2147483647]

内部操作范围[-2147483648. . 2147483647]

Here, values in the numeric range Start and End will be output consecutively. Note that the output will end at End-1.

在这里,数值范围的开始和结束将连续输出。请注意,输出将在 End-1结束。

Count[-2147483648..2147483647]

伯爵[-2147483648. . 2147483647]

This output makes the total number of loops available and can be used to calculate a ratio value. If Start is set to 1 and End to 3, the five values -1, 0, 1 and 2 will be output for Range and as such the value 4 will be ascertained for Count.

此输出使循环总数可用,并可用于计算比值。如果开始设置为1,结束设置为3,5个值-1,0,1和2将输出范围,因此值4将确定为计数。