CombinatorialTuplesT Method (Int32, FuncInt32, T) |
Namespace: Gamelogic.Extensions.Algorithms
[ExperimentalAttribute] public static IEnumerable<T> Tuples<T>( int n, Func<int[], T> select )
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | n;must be non negative |