1234567891011121314151617181920 |
- #BlueJ class context
- comment0.target=ConversionTool
- comment1.params=centimeters
- comment1.target=float\ CentimetersToInches(float)
- comment2.params=inches
- comment2.target=float\ InchesToCentimeters(float)
- comment3.params=feet
- comment3.target=float\ FeetToMeters(float)
- comment4.params=meters
- comment4.target=float\ MetersToFeet(float)
- comment5.params=celsius
- comment5.target=float\ CelsiusToFahrenheit(float)
- comment6.params=fahrenheit
- comment6.target=float\ FahrenheitToCelsius(float)
- comment7.params=mph
- comment7.target=float\ MphToKph(float)
- comment8.params=kph
- comment8.target=float\ KphToMph(float)
- numComments=9
|