C# Class SimTelemetry.Tests.Aggregates.CarTestBrake

Inheritance: SimTelemetry.Domain.Entities.Brake
显示文件 Open project: nlhans/SimTelemetry Class Usage Examples

Public Methods

Method Description
CarTestBrake ( WheelLocation location, Range optimumTemperature, Range thicknessStart, float thicknessFailure, float torque ) : System

Method Details

CarTestBrake() public method

public CarTestBrake ( WheelLocation location, Range optimumTemperature, Range thicknessStart, float thicknessFailure, float torque ) : System
location WheelLocation
optimumTemperature Range
thicknessStart Range
thicknessFailure float
torque float
return System