Click or drag to resize

AdaptiveNumericalIntegratorIntegrate Method (Double)

Integrate the current integration step with the given step size.

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 override void Integrate(
	double stepSize
)

Parameters

stepSize
Type: SystemDouble
The step size at which to take the integration step.
See Also