VectorVelocitySpeed Property |
Gets the speed in knots as calculated from the other properties.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<double> Speed { get; }
Public ReadOnly Property Speed As Nullable(Of Double)
Get
public:
property Nullable<double> Speed {
Nullable<double> get ();
}
member Speed : Nullable<float> with get
Property Value
Type:
NullableDoubleSee Also