open all | close all

Is Included 包括在内Basic 基础Inputs 投入Outputs 产出

Outputs

产出

Array Out
Found

数组 OutFound

Here you will receive the result of the evaluation as a Boole value. The result is TRUE if the element is found in the Array and FALSE if not.

在这里,您将得到作为 Boole 值的计算结果。如果在 Array 中找到元素,则结果为 TRUE,如果没有,则为 FALSE。

First Index[-2147483648..2147483647]

第一索引[-2147483648. . 2147483647]

If the Array that was searched for was found you can output the smallest index number for which the value was saved here. If the value can be found multiple times in the Array can be ascertained using the following Index List output.

如果找到了要搜索的 Array,则可以输出保存该值的最小索引号。如果可以在数组中多次找到该值,则可以使用下面的索引列表输出确定该值。

Index List

索引目录

Here you will receive an Array that contains all indices for which the Value was found. To find out how often the value exists in the Array you only need a Output Count Node to output the length of the Index List Array.

在这里,您将收到一个 Array,其中包含找到 Value 的所有索引。要查明值在 Array 中存在的频率,只需输出计数节点就可以输出 Index List Array 的长度。