Click or drag to resize

BurdenFairesAdaptiveQuadratureIntegrand Delegate

The function to be integrated.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public delegate double Integrand(
	double x
)

Parameters

x
Type: SystemDouble
The independent variable.

Return Value

Type: Double
See Also