Click or drag to resize

CombinatoricsPermutations Method

Count the number of possible permutations (without repetition).

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double Permutations(
	int n
)

Parameters

n  Int32
Number of (distinguishable) elements in the set.

Return Value

Double
Maximum number of permutations without repetition.
See Also