TwoLineElementSetMeanMotionDot Property |
Gets or sets the first derivative of mean motion divided by two, in revolutions per day squared.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double MeanMotionDot { get; set; }
Public Property MeanMotionDot As Double
Get
Set
public:
property double MeanMotionDot {
double get ();
void set (double value);
}
member MeanMotionDot : float with get, set
Property Value
Type:
DoubleSee Also