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.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public TcurrentTstopInconsistentException(
double time,
double stepsize,
double tstop
)
Public Sub New (
time As Double,
stepsize As Double,
tstop As Double
)
public:
TcurrentTstopInconsistentException(
double time,
double stepsize,
double tstop
)
new :
time : float *
stepsize : float *
tstop : float -> TcurrentTstopInconsistentException
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