C# 클래스 MatrixWalk.MatrixRotatingWalk

파일 보기 프로젝트 열기: nzhul/TelerikAcademy 1 사용 예제들

공개 메소드들

메소드 설명
MatrixRotatingWalk ( int dimentions ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
CheckIfNextCellIsEmpty ( int row, int col, int directionRow, int directionCol ) : bool
FillAllFreeCells ( ) : void
FindAllFreeCell ( ) : void
GetNewDirection ( int &dirRow, int &dirCol ) : void
IsCellAvailable ( int row, int col ) : bool
IsInRange ( int value ) : bool

메소드 상세

MatrixRotatingWalk() 공개 메소드

public MatrixRotatingWalk ( int dimentions ) : System
dimentions int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string