Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

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

Summary

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