Click or drag to resize
TcurrentTstopInconsistentException Constructor (Double, Double, Double)
The end value for the integration in time, tout, is not consistent with the current time value, t.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public TcurrentTstopInconsistentException(
	double time,
	double stepsize,
	double tstop
)

Parameters

time
Type: SystemDouble
A double scalar, the current time value.
stepsize
Type: SystemDouble
A double scalar, the stepsize used in the integration.
tstop
Type: SystemDouble
A double scalar, the integration endpoint.
See Also