C# 클래스 fitnesse.slim.test.Bowling.Game

파일 보기 프로젝트 열기: jediwhale/fitsharp

공개 메소드들

메소드 설명
roll ( int pins ) : void
score ( int frame ) : int

비공개 메소드들

메소드 설명
isSpare ( int firstBall ) : bool
isStrike ( int firstBall ) : bool
nextBallForSpare ( int firstBall ) : int
nextTwoBallsForStrike ( int firstBall ) : int
twoBallsInFrame ( int firstBall ) : int

메소드 상세

roll() 공개 메소드

public roll ( int pins ) : void
pins int
리턴 void

score() 공개 메소드

public score ( int frame ) : int
frame int
리턴 int