C# 클래스 CyrusBuilt.MonoPi.Components.Temperature.TempScaleUtils

Temperature scale utilities.
파일 보기 프로젝트 열기: cyrusbuilt/MonoPi

공개 메소드들

메소드 설명
GetScaleName ( TemperatureScale scale ) : String

Gets the name of the scale.

GetScalePostfix ( TemperatureScale scale ) : Char

Gets the scale postfix.

메소드 상세

GetScaleName() 공개 정적인 메소드

Gets the name of the scale.
public static GetScaleName ( TemperatureScale scale ) : String
scale TemperatureScale /// The scale to get the name of. ///
리턴 String

GetScalePostfix() 공개 정적인 메소드

Gets the scale postfix.
public static GetScalePostfix ( TemperatureScale scale ) : Char
scale TemperatureScale /// The scale to get the postfix for. ///
리턴 Char