Distance between starting time point and end point for the integration is too small.

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

Syntax

C#
public TimeIntervalTooSmallException(
	double tend,
	double tstart
)
Visual Basic (Declaration)
Public Sub New ( _
	tend As Double, _
	tstart As Double _
)
Visual C++
public:
TimeIntervalTooSmallException(
	double tend, 
	double tstart
)

Parameters

tend
Type: System..::.Double
A double scalar, the end point of the integration.
tstart
Type: System..::.Double
A double scalar, the starting point for the integration.

See Also