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: 25.1.421.0 (25.1.421.0)
Syntaxprotected 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