gsl_integration_workspacelarge_interval Method |
Check whether the current interval can still be subdivided further based on the maximum level.
Namespace: Altaxo.Calc.IntegrationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic bool large_interval()
Return Value
Booleantrue if the interval level is less than
maximum_level; otherwise
false.
See Also