MultivariableFunctionSolverIterationResultsDerivativeResults Property |
Gets the results of the evaluation of the
function's derivative.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SolvableMultivariableFunctionDerivativeResults DerivativeResults { get; }
Public ReadOnly Property DerivativeResults As SolvableMultivariableFunctionDerivativeResults
Get
public:
property SolvableMultivariableFunctionDerivativeResults^ DerivativeResults {
SolvableMultivariableFunctionDerivativeResults^ get ();
}
member DerivativeResults : SolvableMultivariableFunctionDerivativeResults with get
Property Value
Type:
SolvableMultivariableFunctionDerivativeResultsSee Also