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

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
SetWindSpeedMessage ( double speed ) : System

Initialises a new instance of the SetWindSpeedMessage class and specifies the new wind speed, in metres per second.

ToString ( ) : string

Method Details

Accept() public méthode

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

SetWindSpeedMessage() public méthode

Initialises a new instance of the SetWindSpeedMessage class and specifies the new wind speed, in metres per second.
/// Thrown when is negative. ///
public SetWindSpeedMessage ( double speed ) : System
speed double The wind speed, in metres per second.
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string