Click or drag to resize
ErrorTestException Constructor (Double, Double)
Error test failure detected.

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

Parameters

time
Type: SystemDouble
A double scalar, the time point at which the error test failure occured.
stepsize
Type: SystemDouble
A double scalar, the stepsize used in the integration.
See Also