 | CombinatorialMultiRadixTuples Method (Int32) |
Generates all tuples with mixed radixes.
Namespace:
Gamelogic.Extensions.Algorithms
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic static IEnumerable<int[]> MultiRadixTuples(
int[] radixes
)
Parameters
- radixes
- Type: SystemInt32
The array of radixes for each position in the tuple.
Return Value
Type:
IEnumerableInt32
See Also