Sdílet prostřednictvím


UnitConverters.CelsiusToFahrenheit(Double) Metoda

Definice

Převede teploty ze stupně Celsia na Fahrenheita.

public:
 static double CelsiusToFahrenheit(double celsius);
public static double CelsiusToFahrenheit (double celsius);
static member CelsiusToFahrenheit : double -> double
Public Shared Function CelsiusToFahrenheit (celsius As Double) As Double

Parametry

celsius
Double

Hodnota v Celcius, která se má převést.

Návraty

Hodnota ve celsius stupních Fahrenheita.

Platí pro