| OptimizerMultivariableFunctionCallDerivativeEvaluationEvent Method  | 
  
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxprotected void CallDerivativeEvaluationEvent(
	OptimizerMultivariableFunctionDerivativeResults derivativeResults
)
Protected Sub CallDerivativeEvaluationEvent ( 
	derivativeResults As OptimizerMultivariableFunctionDerivativeResults
)
protected:
void CallDerivativeEvaluationEvent(
	OptimizerMultivariableFunctionDerivativeResults^ derivativeResults
)
member CallDerivativeEvaluationEvent : 
        derivativeResults : OptimizerMultivariableFunctionDerivativeResults -> unit 
Parameters
- derivativeResults
- Type: AGI.Foundation.NumericalMethodsOptimizerMultivariableFunctionDerivativeResults
 The functions derivative results.
 See Also
See Also