The minutes-past-epoch time that the satellite orbit
decayed (or null if not decayed).
Namespace: Zeptomoby.OrbitTools.TrackAssembly: Zeptomoby.OrbitTools.Track (in Zeptomoby.OrbitTools.Track.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
C# |
---|
public Nullable<double> DecayMpe { get; private set; } |
Visual Basic |
---|
Public Property DecayMpe As Nullable(Of Double) Get Private Set |
Visual C++ |
---|
public: property Nullable<double> DecayMpe { Nullable<double> get (); private: void set (Nullable<double> value); } |