Combinatorics Class | |
Namespace: Aglomera
The Combinatorics type exposes the following members.
| Name | Description | |
|---|---|---|
| GetCombinations |
Gets the number of possible combinations (without repetition) according to the given number of elements and
combination size.
| |
| GetFactorial |
Computes the factorial function n! of a given integer number > 0.
| |
| GetPermutations |
Returns the number of possible permutations of k elements from a set of n (without repetition).
|