The absolute function tolerance.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double AbsoluteTolerance { set; }
Visual Basic (Declaration)
Public Overridable WriteOnly Property AbsoluteTolerance As Double
Visual C++
public:
virtual property double AbsoluteTolerance {
	void set (double value);
}

Field Value

A double scalar value specifying the absolute function tolerance.

Remarks

The tolerance must be greater than or equal to zero. By default, AbsoluteTolerance = 4.93e-32.

Exceptions

ExceptionCondition
System..::.ArgumentException is thrown if AbsoluteTolerance is set less than 0

See Also