BulirschStoerIntegratorStartNextStep Method  | 
 
            This performs the task of setting the Initial values to the previous Final values prior to taking the next step.
            This method is called prior to integrating the step but not called during reintegration.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxprotected override void StartNextStep()
Protected Overrides Sub StartNextStep
protected:
virtual void StartNextStep() override
abstract StartNextStep : unit -> unit 
override StartNextStep : unit -> unit 
See Also