コード例 #1
0
 public void Celsius_2_farenheit()
 {
     FloatCompare(32, Celsius.Farenheit(0));
     FloatCompare(212, Celsius.Farenheit(100));
 }