C# Class AssemblyLine, v3

ファイルを表示 Open project: exercism/v3 Class Usage Examples

Public Methods

Method Description
ProductionRatePerHour ( int speed ) : double
WorkingItemsPerMinute ( int speed ) : int

Method Details

ProductionRatePerHour() public static method

public static ProductionRatePerHour ( int speed ) : double
speed int
return double

WorkingItemsPerMinute() public static method

public static WorkingItemsPerMinute ( int speed ) : int
speed int
return int