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: 24.2.419.0 (24.2.419.0)
Syntax public bool Finished { get; }
Public ReadOnly Property Finished As Boolean
Get
public:
property bool Finished {
bool get ();
}
member Finished : bool with get
Property Value
Type:
BooleanSee Also