RootFinderException Constructor |
Namespace: Altaxo.Calc.RootFindingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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