Gets or sets the magnitude of the orbital angular momentum. Defined as sqrt(GM * p). Uses AreaRate Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property DelaunayG() As Double |
[C#] |
---|
public double DelaunayG {get; set;} |
[Managed C++] |
---|
public: __property double get_DelaunayG(); |
[Unmanaged C++] |
---|
public: HRESULT get_DelaunayG( double * pVal ); public: HRESULT put_DelaunayG( double newVal ); |
[Java] |
---|
public double getDelaunayG(); public void setDelaunayG( double ); |