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: 23.2.417.0 (23.2.417.0)
Syntaxpublic bool Aborted { get; }
Public ReadOnly Property Aborted As Boolean
Get
public:
property bool Aborted {
bool get ();
}
member Aborted : bool with get
Property Value
Type:
Boolean
See Also