C# Класс AK.F1.Timing.Messages.Weather.SetAtmosphericPressureMessage

Наследование: Message
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

Accept() публичный Метод

public Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor
Результат void

SetAtmosphericPressureMessage() публичный Метод

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.
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string