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.2.419.0 (24.2.419.0)
Syntax protected void SetCurrentStepSize(
double value
)
Protected Sub SetCurrentStepSize (
value As Double
)
protected:
void SetCurrentStepSize(
double value
)
member SetCurrentStepSize :
value : float -> unit
Parameters
- value
- Type: SystemDouble
The (positive) value to add to the independent variable
for the next integration step.
See Also