Click or drag to resize

QawcIntegrationIntegrate(FuncDouble, Double, Double, Double, Double, Double, Double, Int32, Double, Double) Method

[Missing <summary> documentation for "M:Altaxo.Calc.Integration.QawcIntegration.Integrate(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double@,System.Double@)"]


Namespace: Altaxo.Calc.Integration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public GSL_ERROR? Integrate(
	Func<double, double> f,
	double a,
	double b,
	double c,
	double epsabs,
	double epsrel,
	int limit,
	out double result,
	out double abserr
)

Parameters

f  FuncDouble, Double

[Missing <param name="f"/> documentation for "M:Altaxo.Calc.Integration.QawcIntegration.Integrate(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double@,System.Double@)"]

a  Double

[Missing <param name="a"/> documentation for "M:Altaxo.Calc.Integration.QawcIntegration.Integrate(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double@,System.Double@)"]

b  Double

[Missing <param name="b"/> documentation for "M:Altaxo.Calc.Integration.QawcIntegration.Integrate(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double@,System.Double@)"]

c  Double

[Missing <param name="c"/> documentation for "M:Altaxo.Calc.Integration.QawcIntegration.Integrate(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double@,System.Double@)"]

epsabs  Double

[Missing <param name="epsabs"/> documentation for "M:Altaxo.Calc.Integration.QawcIntegration.Integrate(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double@,System.Double@)"]

epsrel  Double

[Missing <param name="epsrel"/> documentation for "M:Altaxo.Calc.Integration.QawcIntegration.Integrate(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double@,System.Double@)"]

limit  Int32

[Missing <param name="limit"/> documentation for "M:Altaxo.Calc.Integration.QawcIntegration.Integrate(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double@,System.Double@)"]

result  Double

[Missing <param name="result"/> documentation for "M:Altaxo.Calc.Integration.QawcIntegration.Integrate(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double@,System.Double@)"]

abserr  Double

[Missing <param name="abserr"/> documentation for "M:Altaxo.Calc.Integration.QawcIntegration.Integrate(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double@,System.Double@)"]

Return Value

GSL_ERROR

[Missing <returns> documentation for "M:Altaxo.Calc.Integration.QawcIntegration.Integrate(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double,System.Double,System.Double,System.Int32,System.Double@,System.Double@)"]

See Also