Click or drag to resize

gsl_integration_workspaceappend_interval Method

Append an interval with its area and error estimate to the workspace list.

Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void append_interval(
	double a1,
	double b1,
	double area1,
	double error1
)

Parameters

a1  Double
Left endpoint of the new interval.
b1  Double
Right endpoint of the new interval.
area1  Double
Integral estimate for the new interval.
error1  Double
Error estimate for the new interval.
See Also