count_obj—元组中对象的个数
2022-11-13
新闻来源:网淘巴
围观:798
''
简短描述
count_obj—元组中对象的个数
签名
count_obj(Objects : : : Number)
描述
count_obj运算符确定对象参数Objects包含的对象的数量。在这个连接中,应该注意对象与连接组件是不同的(参见连接)。例如,一个区域由三个未连通的部分组成,其对象数为1。
参数
Objects (input_object) object-array→object
要检查的对象。
Number (output_control) integer→(integer)
元组objects中对象的个数。