Gets or sets the 'safety' coefficient used to increase step size if the error is too low. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property LowSafetyCoefficient() As Double |
[C#] |
---|
public double LowSafetyCoefficient {get; set;} |
[Managed C++] |
---|
public: __property double get_LowSafetyCoefficient(); |
[Unmanaged C++] |
---|
public: HRESULT get_LowSafetyCoefficient( double * pVal ); public: HRESULT put_LowSafetyCoefficient( double InVal ); |
[Java] |
---|
public double getLowSafetyCoefficient(); public void setLowSafetyCoefficient( double ); |