|  | GaussKronrod21IntegratorGetGauss10PointEstimate Method | 
            Gets the 10 point Gauss Quadrature estimate of the integral of the function.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxprotected double GetGauss10PointEstimate(
	OneVariableFunction function
)
Protected Function GetGauss10PointEstimate ( 
	function As OneVariableFunction
) As Double
protected:
double GetGauss10PointEstimate(
	OneVariableFunction^ function
)
member GetGauss10PointEstimate : 
        function : OneVariableFunction -> float Parameters
- function  OneVariableFunction
- [Missing <param name="function"/> documentation for "M:CenterSpace.NMath.Core.GaussKronrod21Integrator.GetGauss10PointEstimate(CenterSpace.NMath.Core.OneVariableFunction)"] 
Return Value
Double See Also
See Also