C# Class AK.F1.Timing.UI.Utility.Format

Contains methods for formatting timing primitives. This class is .
Show file Open project: simoneb/ak-f1-timing

Public Methods

Method Description
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

Private Methods

Method Description
F ( string format ) : string
GapTime ( LapGap value ) : string
GapTime ( TimeGap value ) : string

Method Details

GapTime() public static method

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

Humidity() public static method

public static Humidity ( double value ) : object
value double
return object

LapTime() public static method

public static LapTime ( PostedTime value ) : string
value PostedTime
return string

LapTime() public static method

public static LapTime ( System.TimeSpan value ) : string
value System.TimeSpan
return string

LapTimeDelta() public static method

public static LapTimeDelta ( System.TimeSpan value ) : string
value System.TimeSpan
return string

Laps() public static method

public static Laps ( int value ) : string
value int
return string

PitCount() public static method

public static PitCount ( int value ) : string
value int
return string

Pressure() public static method

public static Pressure ( double value ) : string
value double
return string

SectorTime() public static method

public static SectorTime ( System.TimeSpan value ) : string
value System.TimeSpan
return string

SectorTimeDelta() public static method

public static SectorTimeDelta ( System.TimeSpan value ) : string
value System.TimeSpan
return string

Temperature() public static method

public static Temperature ( double value ) : string
value double
return string

WindDirection() public static method

public static WindDirection ( double value ) : string
value double
return string

WindSpeed() public static method

public static WindSpeed ( double value ) : string
value double
return string