Description
The earth surface gravity acceleration for Isp conversions. Uses Acceleration Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property g() As Double
|
| [C#] |
|---|
public double g {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_g(); public: __property void set_g(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_g(
double * pVal
);
public: HRESULT put_g(
double InVal
);
|
| [Java] |
|---|
public double getg();
public void setg(
double
);
|
| [Python - STK API] |
|---|
@property
def g(self) -> float:
@g.setter
def g(self, InVal:float) -> None:
|
See Also