The absolute function tolerance.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double AbsoluteTolerance { get; set; } |
Visual Basic (Declaration) |
---|
Public Property AbsoluteTolerance As Double |
Visual C++ |
---|
public: property double AbsoluteTolerance { double get (); void set (double value); } |
Field Value
A double scalar value specifying the absolute function tolerance.
Remarks
By default, 1.0e-32 is used as the absolute function tolerance.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | is thrown if AbsoluteTolerance is less than or equal to 0 |