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