Click or drag to resize

BurdenFairesAdaptiveQuadrature.Integrand Delegate

The function to be integrated.

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

Parameters

x
Type: System.Double
The independent variable.

Return Value

Type: Double
See Also