Sets the absolute error tolerance.

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

Syntax

C#
public double AbsoluteError { get; set; }
Visual Basic (Declaration)
Public Property AbsoluteError As Double
Visual C++
public:
property double AbsoluteError {
	double get ();
	void set (double value);
}

Field Value

A double scalar value specifying the absolute error tolerance.

See Also