Click or drag to resize

GaussKronrod21IntegratorGetGauss10PointEstimate Method

Gets the 10 point Gauss Quadrature estimate of the integral of the function.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected double GetGauss10PointEstimate(
	OneVariableFunction function
)

Parameters

function  OneVariableFunction

[Missing <param name="function"/> documentation for "M:CenterSpace.NMath.Core.GaussKronrod21Integrator.GetGauss10PointEstimate(CenterSpace.NMath.Core.OneVariableFunction)"]

Return Value

Double
See Also