Opt whether to use VOP, a variation of parameters in universal variables formulation of the equations of motion. Valid in combination with the RKF7(8) and Burlirsch-Stoer integration methods.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseVOP() As Boolean |
[C#] |
---|
public bool UseVOP {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseVOP(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseVOP( VARIANT_BOOL * pVal ); public: HRESULT put_UseVOP( VARIANT_BOOL UseVOP ); |
[Java] |
---|
public bool getUseVOP(); public void setUseVOP( bool ); |