C# Class SimTelemetry.Objects.Temperature

Mostra file Open project: nlhans/SimTelemetry

Public Methods

Method Description
CF ( double Celcius ) : double
CF ( float Celcius ) : float
CK ( double Celcius ) : double
CK ( float Celcius ) : float
FC ( double Fahrenheit ) : double
FC ( float Fahrenheit ) : float
FK ( double Fahrenheit ) : double
FK ( float Fahrenheit ) : float
KC ( double Kelvin ) : double
KC ( float Kelvin ) : float
KF ( double Kelvin ) : double
KF ( float Kelvin ) : float

Method Details

CF() public static method

public static CF ( double Celcius ) : double
Celcius double
return double

CF() public static method

public static CF ( float Celcius ) : float
Celcius float
return float

CK() public static method

public static CK ( double Celcius ) : double
Celcius double
return double

CK() public static method

public static CK ( float Celcius ) : float
Celcius float
return float

FC() public static method

public static FC ( double Fahrenheit ) : double
Fahrenheit double
return double

FC() public static method

public static FC ( float Fahrenheit ) : float
Fahrenheit float
return float

FK() public static method

public static FK ( double Fahrenheit ) : double
Fahrenheit double
return double

FK() public static method

public static FK ( float Fahrenheit ) : float
Fahrenheit float
return float

KC() public static method

public static KC ( double Kelvin ) : double
Kelvin double
return double

KC() public static method

public static KC ( float Kelvin ) : float
Kelvin float
return float

KF() public static method

public static KF ( double Kelvin ) : double
Kelvin double
return double

KF() public static method

public static KF ( float Kelvin ) : float
Kelvin float
return float