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.2.419.0 (24.2.419.0)
Syntax public TDerivativeResults DerivativeResults { get; }
Public ReadOnly Property DerivativeResults As TDerivativeResults
Get
public:
property TDerivativeResults DerivativeResults {
TDerivativeResults get ();
}
member DerivativeResults : 'TDerivativeResults with get
Property Value
Type:
TDerivativeResultsSee Also