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 containing the absolute function tolerance.

See Also