Gets or sets the 'safety' coefficient used to decrease step size if the error is too high. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property HighSafetyCoefficient() As Double |
[C#] |
---|
public double HighSafetyCoefficient {get; set;} |
[Managed C++] |
---|
public: __property double get_HighSafetyCoefficient(); |
[Unmanaged C++] |
---|
public: HRESULT get_HighSafetyCoefficient( double * pVal ); public: HRESULT put_HighSafetyCoefficient( double InVal ); |
[Java] |
---|
public double getHighSafetyCoefficient(); public void setHighSafetyCoefficient( double ); |