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

显示文件 Open project: MingStar/SimUniversity Class Usage Examples

Public Methods

Method Description
RoundResult ( int challengerScore, bool hasChallengerWin, IEnumerable otherPlayerScore ) : System

Private Methods

Method Description
GetRoundTotal ( ) : int

Method Details

RoundResult() public method

public RoundResult ( int challengerScore, bool hasChallengerWin, IEnumerable otherPlayerScore ) : System
challengerScore int
hasChallengerWin bool
otherPlayerScore IEnumerable
return System