h/k collectively describe the shape of the satellite's orbit and the position of perigee. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property h() As Double |
[C#] |
---|
public double h {get; set;} |
[Managed C++] |
---|
public: __property double get_h(); |
[Unmanaged C++] |
---|
public: HRESULT get_h( double * pVal ); public: HRESULT put_h( double newVal ); |
[Java] |
---|
public double geth(); public void seth( double ); |