The relative function tolerance
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual double RelativeTolerance { set; } |
Visual Basic (Declaration) |
---|
Public Overridable WriteOnly Property RelativeTolerance As Double |
Visual C++ |
---|
public: virtual property double RelativeTolerance { void set (double value); } |
Field Value
A double scalar value specifying the relative function tolerance.
Remarks
The relative function tolerance must be greater than or equal to zero. By default, RelativeTolerance = 1.0e-20.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | is thrown if RelativeTolerance is set less than 0 |