C# 클래스 _600.BombSweeper

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

공개 메소드들

메소드 설명
check ( string newBoard, int a, int b ) : bool
winPercentage ( string board ) : double

메소드 상세

check() 공개 메소드

public check ( string newBoard, int a, int b ) : bool
newBoard string
a int
b int
리턴 bool

winPercentage() 공개 메소드

public winPercentage ( string board ) : double
board string
리턴 double