ConstantWindModel.VerticalWindSpeed Property |
Gets or sets the vertical speed of the wind in meters/second.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double VerticalWindSpeed { get; set; }
Public Property VerticalWindSpeed As Double
Get
Set
public:
property double VerticalWindSpeed {
double get ();
void set (double value);
}
member VerticalWindSpeed : float with get, set
Property Value
Type:
Double
See Also