Description
Second time derivative of mean motion. Dimensionless.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property MotionDotDot() As Double
|
[C#] |
---|
public double MotionDotDot {get; set;}
|
[Managed C++] |
---|
public: __property double get_MotionDotDot(); public: __property void set_MotionDotDot( double );
|
[Unmanaged C++] |
---|
public: HRESULT get_MotionDotDot( double * pRetVal ); public: HRESULT put_MotionDotDot( double NewMotionDotDot );
|
[Java] |
---|
public double getMotionDotDot(); public void setMotionDotDot( double );
|
See Also