MultivariableFunctionSolverStepResultTResults, TDerivativeResultsAborted Property  | 
 
            Gets a value indicating whether the solver has aborted.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.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