The CBF x component of the spacecraft burnout velocity. Uses Rate Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property CartesianBurnoutVX() As Double |
[C#] |
---|
public double CartesianBurnoutVX {get; set;} |
[Managed C++] |
---|
public: __property double get_CartesianBurnoutVX(); |
[Unmanaged C++] |
---|
public: HRESULT get_CartesianBurnoutVX( double * pVal ); public: HRESULT put_CartesianBurnoutVX( double newVal ); |
[Java] |
---|
public double getCartesianBurnoutVX(); public void setCartesianBurnoutVX( double ); |