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 * pVal
);
public: HRESULT put_DelaunayG(
double newVal
);
|
| [Java] |
|---|
public double getDelaunayG();
public void setDelaunayG(
double
);
|
| [Python - STK API] |
|---|
@property
def DelaunayG(self) -> float:
@DelaunayG.setter
def DelaunayG(self, newVal:float) -> None:
|
See Also