Too many steps were taken between two consecutive time steps.

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

Syntax

C#
public TooManyStepsException(
	double t0,
	int steps,
	double t1
)
Visual Basic (Declaration)
Public Sub New ( _
	t0 As Double, _
	steps As Integer, _
	t1 As Double _
)
Visual C++
public:
TooManyStepsException(
	double t0, 
	int steps, 
	double t1
)

Parameters

t0
Type: System..::.Double
The current time value.
steps
Type: System..::.Int32
The maximum number of iterations allowed.
t1
Type: System..::.Double
The end point of the internal integration in time.

See Also