DifferentialCorrectorStepResultFinished Property |
Gets a value indicating whether the differential 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: 22.2.414.0 (22.2.414.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