Number.Permutations

语法

Number.Permutations(setSize as nullable number, permutationSize as nullable number) as nullable number

关于

使用指定的排列大小 permutationSize 返回可从项数 setSize 生成的排列数。

示例 1

计算 3 个一组、从总共 5 个项得到的排列数。

使用情况

Number.Permutations(5, 3)

输出

60

results matching ""

    No results matching ""