CombinatorialTuples Method |
| Name | Description | |
|---|---|---|
| TuplesT(IEnumerableT) | ||
| Tuples(Int32) |
Generate all possible tuples of length n with digits 0 to n-1.
| |
| TuplesT(Int32, FuncInt32, T) |
Generates n-tuples of integers 0 to n-1 and applies the selector to them.
|