Click or drag to resize

MultivariableFunctionSolverResultsTIterationResultsAborted Property

Gets a value indicating whether the run aborted. This can happen either by the user canceling the computation, or if some warning was detected that prevented the MultivariableFunctionSolver from running to completion.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool Aborted { get; }

Property Value

Type: Boolean
See Also