TooManyStepsException Constructor (Double, Int32, Double) |
Too many steps were taken between two consecutive time steps.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public TooManyStepsException(
double t0,
int steps,
double t1
)
Public Sub New (
t0 As Double,
steps As Integer,
t1 As Double
)
public:
TooManyStepsException(
double t0,
int steps,
double t1
)
new :
t0 : float *
steps : int *
t1 : float -> TooManyStepsException
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