C# Class AK.F1.Timing.Messages.Weather.SetAtmosphericPressureMessage

Inheritance: Message
Afficher le fichier Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Accept ( IMessageVisitor visitor ) : void
SetAtmosphericPressureMessage ( double pressure ) : System

Initialises a new instance of the SetAtmosphericPressureMessage class and specifies the new atmospheric pressure, in millibars.

ToString ( ) : string

Method Details

Accept() public méthode

public Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor
Résultat void

SetAtmosphericPressureMessage() public méthode

Initialises a new instance of the SetAtmosphericPressureMessage class and specifies the new atmospheric pressure, in millibars.
/// Thrown when is negative. ///
public SetAtmosphericPressureMessage ( double pressure ) : System
pressure double The atmospheric pressure, in millibars.
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string