CombinatoricsPermutations Method |
Count the number of possible permutations (without repetition).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Permutations(
int n
)
Parameters
- n Int32
- Number of (distinguishable) elements in the set.
Return Value
DoubleMaximum number of permutations without repetition.
See Also