C# 클래스 AssemblyLine, v3

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

공개 메소드들

메소드 설명
ProductionRatePerHour ( int speed ) : double
WorkingItemsPerMinute ( int speed ) : int

메소드 상세

ProductionRatePerHour() 공개 정적인 메소드

public static ProductionRatePerHour ( int speed ) : double
speed int
리턴 double

WorkingItemsPerMinute() 공개 정적인 메소드

public static WorkingItemsPerMinute ( int speed ) : int
speed int
리턴 int