C# 클래스 BirdCount, csharp

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

공개 메소드들

메소드 설명
BirdCount ( Array, birdsPerDay ) : System,
BusyDays ( ) : int
CountForFirstDays ( int numberOfDays ) : int
HasDayWithoutBirds ( ) : bool
IncrementTodaysCount ( ) : void
LastWeek ( ) : int[]
Today ( ) : int

메소드 상세

BirdCount() 공개 메소드

public BirdCount ( Array, birdsPerDay ) : System,
birdsPerDay Array,
리턴 System,

BusyDays() 공개 메소드

public BusyDays ( ) : int
리턴 int

CountForFirstDays() 공개 메소드

public CountForFirstDays ( int numberOfDays ) : int
numberOfDays int
리턴 int

HasDayWithoutBirds() 공개 메소드

public HasDayWithoutBirds ( ) : bool
리턴 bool

IncrementTodaysCount() 공개 메소드

public IncrementTodaysCount ( ) : void
리턴 void

LastWeek() 공개 정적인 메소드

public static LastWeek ( ) : int[]
리턴 int[]

Today() 공개 메소드

public Today ( ) : int
리턴 int