MultivariableFunctionSolverStepResultTResults, TDerivativeResultsFinished Property |
Gets a value indicating whether the solver has finished, either because the evaluation was aborted or converged.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool Finished { get; }
Public ReadOnly Property Finished As Boolean
Get
public:
property bool Finished {
bool get ();
}
member Finished : bool with get
Property Value
Type:
Boolean
See Also