List.Intersect

List.Intersect(list as list,optional equationCriteria as any) as list

返回在输入列表 lists 中找到的列表值的交集。可以指定可选参数 equationCriteria

示例:

查找列表 {1..5}、{2..6}、{3..7} 的交集。

使用情况:
List.Intersect({{1..5}, {2..6}, {3..7}})
输出:

{3, 4, 5}

results matching ""

    No results matching ""