Legend
| Static method: IEnumerable<int[]> Combinations( |
| int | minValue | Minimum value to use. |
| int | maxValue | Maximum value to use. |
| int | numDigits | Number of digits in each combination. |
| bool | allowDuplicates |
If true, duplicated digits are allowed. |