
Inputs
投入
数组
Here you can link the array from which you went to erase entries. Not only the respective values will be erased but the Array will also be reduced in size by the number of values erased, which can result in a modification of the indexation of the values.
在这里,您可以链接数组,从中删除条目。不仅各个值将被擦除,而且 Array 的大小也将因擦除值的数目而减小,这可能导致修改值的指数化。
索引[0.2147483647]
Here you can enter the index number of the first entry in the Array that should be erased.
在这里,您可以输入数组中第一个应该被擦除的条目的索引号。
计数[0.999999]
This value defines the number of Array entries that should be erased starting from the defined Index. The values farther down in the indexation will move up correspondingly to ensure that a continuous indexation of all values is maintained.
这个值定义了从定义的 Index 开始应该擦除的 Array 条目的数量。在指数化中进一步下降的数值将相应上升,以确保所有数值的连续指数化得以维持。