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.0.0
Syntax
C# |
---|
public TcurrentTstopInconsistentException( double time, double stepsize, double tstop ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ time As Double, _ stepsize As Double, _ tstop As Double _ ) |
Visual C++ |
---|
public: TcurrentTstopInconsistentException( double time, double stepsize, double tstop ) |
Parameters
- time
- Type: System..::.Double
A double scalar, the current time value.
- stepsize
- Type: System..::.Double
A double scalar, the stepsize used in the integration.
- tstop
- Type: System..::.Double
A double scalar, the integration endpoint.