MultivariableFunctionSolverStepResultTResults, TDerivativeResults Properties | 
The MultivariableFunctionSolverStepResultTResults, TDerivativeResults generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Aborted | 
            Gets a value indicating whether the solver has aborted.
              | |
| Converged | 
            Gets a value indicating whether the solver converged on this iteration.
              | |
| DerivativeResults | 
            Gets the results of this iteration of the evaluation of the derivative of the
            multivariable function being solved.
              | |
| Finished | 
            Gets a value indicating whether the solver has finished, either because the evaluation was aborted or converged.
              | |
| FunctionValue | 
            Gets the multivariable function evaluation results.
              | |
| VariableDelta | 
            Gets the change that should be applied to the state variables in the next iteration.
              | |
| Warnings | 
            Gets any warnings that may have been encountered during this evaluation.
              |