Description
First time derivative of mean motion. Dimensionless.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MeanMotionDot() As Double
|
| [C#] |
|---|
public double MeanMotionDot {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_MeanMotionDot(); public: __property void set_MeanMotionDot( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MeanMotionDot( double * pRetVal ); public: HRESULT put_MeanMotionDot( double NewMeanMotionDot );
|
| [Java] |
|---|
public double getMeanMotionDot();public void setMeanMotionDot( double );
|
See Also