AirborneVelocityMessageHorizontalVelocityError Property |
Gets or sets the margin for error for the horizontal velocity values.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<float> HorizontalVelocityError { get; set; }
Public Property HorizontalVelocityError As Nullable(Of Single)
Get
Set
public:
property Nullable<float> HorizontalVelocityError {
Nullable<float> get ();
void set (Nullable<float> value);
}
member HorizontalVelocityError : Nullable<float32> with get, set
Property Value
Type:
NullableSingleRemarks
Positive values indicate an error that is greater than or equal to the value in metres/second. Negative values
indicate a margin for error that is less than the absolute value in metres/second. So a value of 10.0 indicates
a margin for error greater than or equal to 10 m/s whereas a value of -10 indicates a margin for error that
is less than 10 m/s. Null values indicate that the value was undefined by the documentation.
See Also