Drag term for the satellite.
Read-write property
[Visual Basic .NET] |
---|
Public Property BStar() As Double |
[C#] |
---|
public double BStar {get; set;} |
[Managed C++] |
---|
public: __property double get_BStar(); |
[Unmanaged C++] |
---|
public: HRESULT get_BStar( double * pVal ); public: HRESULT put_BStar( double BStar ); |
[Java] |
---|
public double getBStar(); public void setBStar( double ); |