Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: IEnumerable<int> Adjacent(int, int, int)

Declaration

public static IEnumerable<int> Adjacent(
    int cell,
    int gridWidth = 9,
    int gridHeight = 9
)

Summary

Returns the set of cells adjacent to the specified cell (including diagonals).