Click or drag to resize
TooManyStepsException Constructor (Double, Int32, Double)
Too many steps were taken between two consecutive time steps.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public TooManyStepsException(
	double t0,
	int steps,
	double t1
)

Parameters

t0
Type: SystemDouble
The current time value.
steps
Type: SystemInt32
The maximum number of iterations allowed.
t1
Type: SystemDouble
The end point of the internal integration in time.
See Also