C# 클래스 Sudoku.CheckCorrectCell

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

공개 메소드들

메소드 설명
CheckCorrectCell ( ) : System
CheckCorrectCell ( int iTable ) : System
checkCorrectCell9x9 ( int x, int y ) : bool
checkSmallPositionPart ( int x, int y ) : int[]

메소드 상세

CheckCorrectCell() 공개 메소드

public CheckCorrectCell ( ) : System
리턴 System

CheckCorrectCell() 공개 메소드

public CheckCorrectCell ( int iTable ) : System
iTable int
리턴 System

checkCorrectCell9x9() 공개 메소드

public checkCorrectCell9x9 ( int x, int y ) : bool
x int
y int
리턴 bool

checkSmallPositionPart() 공개 메소드

public checkSmallPositionPart ( int x, int y ) : int[]
x int
y int
리턴 int[]