TimeIntervalTooSmallException Constructor (Double, Double) |
Distance between starting time point and end point for the integration
is too small.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public TimeIntervalTooSmallException(
double tend,
double tstart
)
Public Sub New (
tend As Double,
tstart As Double
)
public:
TimeIntervalTooSmallException(
double tend,
double tstart
)
new :
tend : float *
tstart : float -> TimeIntervalTooSmallException
Parameters
- tend
- Type: SystemDouble
A double scalar, the end point of the integration.
- tstart
- Type: SystemDouble
A double scalar, the starting point for the integration.
See Also