Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: int[][] GetCachedPermutations(int, int, int)

Declaration

protected static int[][] GetCachedPermutations(
    int minValue,
    int maxValue,
    int numAffectedCells
)

Summary

Helper method to generate all permutations of numbers within a specified number of affected cells. The array generated by this is cached.