Click or drag to resize
TimeIntervalTooSmallException Constructor (Double, Double)
Distance between starting time point and end point for the integration is too small.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public TimeIntervalTooSmallException(
	double tend,
	double tstart
)

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