Gets or sets the criterion used for convergence in value for values near 0. An event is said to be detected when a constraint value's difference compared to the previous sample is within this tolerance: (value - previousValue) < absoluteTolerance.
Read-write property
[Visual Basic .NET] |
---|
Public Property AbsoluteTolerance() As Double |
[C#] |
---|
public double AbsoluteTolerance {get; set;} |
[Managed C++] |
---|
public: __property double get_AbsoluteTolerance(); |
[Unmanaged C++] |
---|
public: HRESULT get_AbsoluteTolerance( double * pVal ); public: HRESULT put_AbsoluteTolerance( double InVal ); |
[Java] |
---|
public double getAbsoluteTolerance(); public void setAbsoluteTolerance( double ); |