Description
The magnitude of the orbital angular momentum. Defined as sqrt(GM * p). Uses AreaRate Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property DelaunayG() As Double
|
| [C#] |
|---|
public double DelaunayG {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_DelaunayG(); public: __property void set_DelaunayG( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_DelaunayG( double * pRetVal ); public: HRESULT put_DelaunayG( double NewDelaunayG );
|
| [Java] |
|---|
public double getDelaunayG();public void setDelaunayG( double );
|
See Also