Tolerance is too small.

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

Syntax

C#
public ToleranceTooSmallException(
	double tol
)
Visual Basic (Declaration)
Public Sub New ( _
	tol As Double _
)
Visual C++
public:
ToleranceTooSmallException(
	double tol
)

Parameters

tol
Type: System..::.Double
A double containing the tolerance value.

See Also