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