C# 클래스 MovesGenerators.KnightMovesGenerator

상속: Generator
파일 보기 프로젝트 열기: Ribtoks/Queem

공개 메소드들

메소드 설명
Run ( ) : void
WriteResults ( System tw ) : void

비공개 메소드들

메소드 설명
GetKnightMoves ( int i, int j ) : ulong

메소드 상세

Run() 공개 메소드

public Run ( ) : void
리턴 void

WriteResults() 공개 메소드

public WriteResults ( System tw ) : void
tw System
리턴 void