SegmentPropagatorVariableEvaluatorReset Method  | 
 
            If the variable evaluator has some state, such as a parametrized evaluator, this method 
            needs to reset the variable back to its original value by application of the inverse.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual void Reset(
	double inverseSolverVariable
)
Public Overridable Sub Reset ( 
	inverseSolverVariable As Double
)
public:
virtual void Reset(
	double inverseSolverVariable
)
abstract Reset : 
        inverseSolverVariable : float -> unit 
override Reset : 
        inverseSolverVariable : float -> unit Parameters
- inverseSolverVariable
 - Type: SystemDouble
The inverse of the last variable value produced by the solver. 
See Also