Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

public static IEnumerable<int> BishopsMoves(
    int cell,
    int gridWidth,
    int gridHeight
)

Summary

Returns all cells reachable from the specified cell by a bishop’s move in chess.