public property Wind.MaximumRange

Brief

Maximum range at which these winds condition are observed.

Declaration
C#
Measurement<DistanceUnit>?  MaximumRange public get; public set;

Details

The value is used to specify multiple winds along the trajectory. If multiple winds are specified, they must be sorted by the range in ascending order.

Declared in Wind

back