C# Class SimTelemetry.Tests.Aggregates.CarTestWheel

Inheritance: SimTelemetry.Domain.Entities.Wheel
Show file Open project: nlhans/SimTelemetry Class Usage Examples

Public Methods

Method Description
CarTestWheel ( WheelLocation location, float perimeter, float rollResistance, Range peakTemperature, Range pitsTemperature, Range peakPressure ) : System

Method Details

CarTestWheel() public method

public CarTestWheel ( WheelLocation location, float perimeter, float rollResistance, Range peakTemperature, Range pitsTemperature, Range peakPressure ) : System
location WheelLocation
perimeter float
rollResistance float
peakTemperature Range
pitsTemperature Range
peakPressure Range
return System