An event is said to be detected when a constraint value's relative difference compared to the previous sample is within this tolerance: (value - previousValue) / value < relativeTolerance.
Read-write property
[Visual Basic .NET] |
---|
Public Property RelativeTolerance() As Double |
[C#] |
---|
public double RelativeTolerance {get; set;} |
[Managed C++] |
---|
public: __property double get_RelativeTolerance(); |
[Unmanaged C++] |
---|
public: HRESULT get_RelativeTolerance( double * pVal ); public: HRESULT put_RelativeTolerance( double InVal ); |
[Java] |
---|
public double getRelativeTolerance(); public void setRelativeTolerance( double ); |