Gets or sets the maximum relative error used to control step size. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxRelErr() As Double |
[C#] |
---|
public double MaxRelErr {get; set;} |
[Managed C++] |
---|
public: __property double get_MaxRelErr(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxRelErr( double * pVal ); public: HRESULT put_MaxRelErr( double InVal ); |
[Java] |
---|
public double getMaxRelErr(); public void setMaxRelErr( double ); |