Describes the shape of the ellipse (a real number >= 0 and <1, where 0 = a circular orbit). Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property Eccentricity() As Double |
[C#] |
---|
public double Eccentricity {get; set;} |
[Managed C++] |
---|
public: __property double get_Eccentricity(); |
[Unmanaged C++] |
---|
public: HRESULT get_Eccentricity( double * pVal ); public: HRESULT put_Eccentricity( double vEccentricity ); |
[Java] |
---|
public double getEccentricity(); public void setEccentricity( double ); |