Click or drag to resize

gsl_integration_workspaceretrieve Method

Retrieve the interval data for the current index i.

Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void retrieve(
	out double a,
	out double b,
	out double r,
	out double e
)

Parameters

a  Double
Left endpoint of the interval.
b  Double
Right endpoint of the interval.
r  Double
Integral estimate for the interval.
e  Double
Error estimate for the interval.
See Also