C# Class _600.BombSweeper

Afficher le fichier Open project: Oscarbralo/TopBlogCoder Class Usage Examples

Méthodes publiques

Méthode Description
check ( string newBoard, int a, int b ) : bool
winPercentage ( string board ) : double

Method Details

check() public méthode

public check ( string newBoard, int a, int b ) : bool
newBoard string
a int
b int
Résultat bool

winPercentage() public méthode

public winPercentage ( string board ) : double
board string
Résultat double