UnitConverters.CelsiusToFahrenheit(Double) 方法

定义

摄氏度到华氏度

public static double CelsiusToFahrenheit (double celsius);

参数

celsius
System.Double

要转换的温度(以摄氏度为单位)

返回

System.Double

以华氏度为单位的温度

适用于