Click or drag to resize

QK21Integrate Method

[Missing <summary> documentation for "M:Altaxo.Calc.Integration.QK21.Integrate(System.Func{System.Double,System.Double},System.Double,System.Double,System.Double@,System.Double@,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 void Integrate(
	Func<double, double> f,
	double a,
	double b,
	out double result,
	out double abserr,
	out double resabs,
	out double resasc
)

Parameters

f  FuncDouble, Double

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

a  Double

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

b  Double

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

result  Double

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

abserr  Double

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

resabs  Double

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

resasc  Double

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

See Also