예제 #1
0
 private Kelvin()
 {
     cambioFahrenheit = (Fahrenheit.GetCambio() + 459.67F) * 5 / 9;
 }
예제 #2
0
 private Celsius()
 {
     cambioFahrenheit = (Fahrenheit.GetCambio() - 32) * 5 / 9;
 }