C# Class MingStar.SimUniversity.Game.GameStats

Afficher le fichier Open project: MingStar/SimUniversity Class Usage Examples

Méthodes publiques

Méthode Description
AreDiceFair ( ) : bool
DiceRolled ( int total ) : void
GameStats ( ) : System
GetPearsonError ( ) : double
PrintDiceRolls ( ) : void
UndoDiceRolled ( int total ) : void

Private Methods

Méthode Description
PrintVariance ( ) : void

Method Details

AreDiceFair() public méthode

public AreDiceFair ( ) : bool
Résultat bool

DiceRolled() public méthode

public DiceRolled ( int total ) : void
total int
Résultat void

GameStats() public méthode

public GameStats ( ) : System
Résultat System

GetPearsonError() public méthode

public GetPearsonError ( ) : double
Résultat double

PrintDiceRolls() public méthode

public PrintDiceRolls ( ) : void
Résultat void

UndoDiceRolled() public méthode

public UndoDiceRolled ( int total ) : void
total int
Résultat void