 Description
Description
Get the relative tolerance which determines acceptable difference between predicted and actual changes in values of sampled data over a step relative to the sampled values
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property RelativeTolerance() As Double
 | 
| [C#] | 
|---|
| public double RelativeTolerance {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_RelativeTolerance();public: __property void set_RelativeTolerance(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_RelativeTolerance(
    double * pRetVal
);
public: HRESULT put_RelativeTolerance(
    double RelativeTolerance
);
 | 
| [Java] | 
|---|
| public double getRelativeTolerance();
public void setRelativeTolerance(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def RelativeTolerance(self) -> float:
@RelativeTolerance.setter
def RelativeTolerance(self, RelativeTolerance:float) -> None:
 | 
 See Also
See Also