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.2.419.0 (24.2.419.0)
Syntax public override void Integrate(
double stepSize
)
Public Overrides Sub Integrate (
stepSize As Double
)
public:
virtual void Integrate(
double stepSize
) override
abstract Integrate :
stepSize : float -> unit
override Integrate :
stepSize : float -> unit
Parameters
- stepSize
- Type: SystemDouble
The step size at which to take the integration step.
See Also