The error tolerance.

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

Syntax

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

Field Value

A double specifying the error tolerance.

Default: Tolerance = 1.0e-6.

Remarks

Tolerance must be greater than zero.

See Also