Click or drag to resize
NoAcceptableStepsizeException Constructor (Double, Double)
No acceptable stepsize in [SIGMA,SIGLA].

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public NoAcceptableStepsizeException(
	double sigma,
	double sigla
)

Parameters

sigma
Type: SystemDouble
A double containing the first messages argument SIGMA.
sigla
Type: SystemDouble
A double containing the second messages argument SIGLA.
See Also