MathTop
文档
/
函数参考
numelems 函数
计算列表或集合中的元素个数。
语法
numelems(list)
NumElems(list)
参数与选项
list
形如 [1, 2, 3] 的列表字面量。
示例
元素个数
numelems([x, y, z])
返回 3。
相关函数与文档
length
list_count