C# Class CyrusBuilt.MonoPi.Components.Temperature.TempScaleUtils

Temperature scale utilities.
Afficher le fichier Open project: cyrusbuilt/MonoPi

Méthodes publiques

Méthode Description
GetScaleName ( TemperatureScale scale ) : String

Gets the name of the scale.

GetScalePostfix ( TemperatureScale scale ) : Char

Gets the scale postfix.

Method Details

GetScaleName() public static méthode

Gets the name of the scale.
public static GetScaleName ( TemperatureScale scale ) : String
scale TemperatureScale /// The scale to get the name of. ///
Résultat String

GetScalePostfix() public static méthode

Gets the scale postfix.
public static GetScalePostfix ( TemperatureScale scale ) : Char
scale TemperatureScale /// The scale to get the postfix for. ///
Résultat Char