Number.Permutations
Returns the total number of possible arrangements that can be created from a given set of items, setSize, of a specific size for each arrangement, permutationSize.
Number.Permutations(setSize as nullable number, permutationSize as nullable number) as nullable number
Returns the total number of possible arrangements that can be created from a given set of items, setSize, of a specific size for each arrangement, permutationSize.