C# 클래스 AK.F1.Timing.UI.Utility.Format

Contains methods for formatting timing primitives. This class is .
파일 보기 프로젝트 열기: simoneb/ak-f1-timing

공개 메소드들

메소드 설명
GapTime ( Gap value ) : string
Humidity ( double value ) : object
LapTime ( PostedTime value ) : string
LapTime ( System.TimeSpan value ) : string
LapTimeDelta ( System.TimeSpan value ) : string
Laps ( int value ) : string
PitCount ( int value ) : string
Pressure ( double value ) : string
SectorTime ( System.TimeSpan value ) : string
SectorTimeDelta ( System.TimeSpan value ) : string
Temperature ( double value ) : string
WindDirection ( double value ) : string
WindSpeed ( double value ) : string

비공개 메소드들

메소드 설명
F ( string format ) : string
GapTime ( LapGap value ) : string
GapTime ( TimeGap value ) : string

메소드 상세

GapTime() 공개 정적인 메소드

public static GapTime ( Gap value ) : string
value AK.F1.Timing.Messages.Driver.Gap
리턴 string

Humidity() 공개 정적인 메소드

public static Humidity ( double value ) : object
value double
리턴 object

LapTime() 공개 정적인 메소드

public static LapTime ( PostedTime value ) : string
value PostedTime
리턴 string

LapTime() 공개 정적인 메소드

public static LapTime ( System.TimeSpan value ) : string
value System.TimeSpan
리턴 string

LapTimeDelta() 공개 정적인 메소드

public static LapTimeDelta ( System.TimeSpan value ) : string
value System.TimeSpan
리턴 string

Laps() 공개 정적인 메소드

public static Laps ( int value ) : string
value int
리턴 string

PitCount() 공개 정적인 메소드

public static PitCount ( int value ) : string
value int
리턴 string

Pressure() 공개 정적인 메소드

public static Pressure ( double value ) : string
value double
리턴 string

SectorTime() 공개 정적인 메소드

public static SectorTime ( System.TimeSpan value ) : string
value System.TimeSpan
리턴 string

SectorTimeDelta() 공개 정적인 메소드

public static SectorTimeDelta ( System.TimeSpan value ) : string
value System.TimeSpan
리턴 string

Temperature() 공개 정적인 메소드

public static Temperature ( double value ) : string
value double
리턴 string

WindDirection() 공개 정적인 메소드

public static WindDirection ( double value ) : string
value double
리턴 string

WindSpeed() 공개 정적인 메소드

public static WindSpeed ( double value ) : string
value double
리턴 string