Click or drag to resize

MultivariableFunctionSolverStepResultTResults, TDerivativeResultsDerivativeResults Property

Gets the results of this iteration of the evaluation of the derivative of the multivariable function being solved.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TDerivativeResults DerivativeResults { get; }

Property Value

Type: TDerivativeResults
See Also