Click or drag to resize

AdaptiveNumericalIntegratorSetCurrentStepSize Method

Sets the value of the CurrentStepSize which the integrator will use for the next integration step.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected void SetCurrentStepSize(
	double value
)

Parameters

value
Type: SystemDouble
The (positive) value to add to the independent variable for the next integration step.
See Also