StoppablePropagatorResults.ValueOfConditionThatStopped Property |
Gets the value as computed by the stopping condition.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double ValueOfConditionThatStopped { get; }
Public ReadOnly Property ValueOfConditionThatStopped As Double
Get
public:
property double ValueOfConditionThatStopped {
double get ();
}
member ValueOfConditionThatStopped : float with get
Property Value
Type:
Double
See Also