C# Class MingStar.SimUniversity.AI.Learning.RoundResult

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

Méthodes publiques

Méthode Description
RoundResult ( int challengerScore, bool hasChallengerWin, IEnumerable otherPlayerScore ) : System

Private Methods

Méthode Description
GetRoundTotal ( ) : int

Method Details

RoundResult() public méthode

public RoundResult ( int challengerScore, bool hasChallengerWin, IEnumerable otherPlayerScore ) : System
challengerScore int
hasChallengerWin bool
otherPlayerScore IEnumerable
Résultat System