P/Q collectively describe the orientation of the satellite's orbit plane. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property P() As Double |
[C#] |
---|
public double P {get; set;} |
[Managed C++] |
---|
public: __property double get_P(); |
[Unmanaged C++] |
---|
public: HRESULT get_P( double * pVal ); public: HRESULT put_P( double val ); |
[Java] |
---|
public double getP(); public void setP( double ); |