Click or drag to resize

gsl_integration_workspacelarge_interval Method

Check whether the current interval can still be subdivided further based on the maximum level.

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

Return Value

Boolean
true if the interval level is less than maximum_level; otherwise false.
See Also