List.Product

List.Product(list as list) as number

返回列表 numbersList 中的非 null 数的乘积。如果列表中没有非 null 值,则返回 null。

示例:

计算列表 {1, 2, 3, 3, 4, 5, 5} 中的数的乘积。

使用情况:

List.Product({1, 2, 3, 3, 4, 5, 5})

输出:

1800

results matching ""

    No results matching ""