Click or drag to resize

RootFinderException Constructor

Initializes a new instance of the RootFinderException class.

Namespace: Altaxo.Calc.RootFinding
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public RootFinderException(
	string message,
	int iteration,
	Range range,
	double accuracy
)

Parameters

message  String
The exception message.
iteration  Int32
The iteration count at the time the error occurred.
range  Range
The range that was searched for a root.
accuracy  Double
The accuracy that was requested or achieved (depending on the algorithm).
See Also