Click or drag to resize

gsl_integration_workspaceincrease_nrmax Method

Increase the nrmax counter searching for an interval that can still be subdivided.

Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool increase_nrmax()

Return Value

Boolean
true if an interval with level less than maximum_level was found; otherwise false.
See Also