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 k() As Double |
[C#] |
---|
public double k {get; set;} |
[Managed C++] |
---|
public: __property double get_k(); |
[Unmanaged C++] |
---|
public: HRESULT get_k( double * pVal ); public: HRESULT put_k( double newVal ); |
[Java] |
---|
public double getk(); public void setk( double ); |