If the method is relative error. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property ErrorTolerance() As Double |
[C#] |
---|
public double ErrorTolerance {get; set;} |
[Managed C++] |
---|
public: __property double get_ErrorTolerance(); |
[Unmanaged C++] |
---|
public: HRESULT get_ErrorTolerance( double * pVal ); public: HRESULT put_ErrorTolerance( double ErrorTolerance ); |
[Java] |
---|
public double getErrorTolerance(); public void setErrorTolerance( double ); |