C# 클래스 MingStar.SimUniversity.AI.Learning.RoundResult

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

공개 메소드들

메소드 설명
RoundResult ( int challengerScore, bool hasChallengerWin, IEnumerable otherPlayerScore ) : System

비공개 메소드들

메소드 설명
GetRoundTotal ( ) : int

메소드 상세

RoundResult() 공개 메소드

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