StoppablePropagatorDefinitionTimeTolerance Property |
Gets or sets the tolerance in seconds that the
StoppablePropagator will use to
say that a
StoppingCondition converged on time. When the propagator
is trying to find the exact event, if the time between dates is equal to or less than this span,
it will say that the
StoppingCondition has converged even if the
FunctionTolerance has not been satisfied. This value is optional,
with a default of
Zero. The value must be positive. If the value is
specified, then
stopping conditions can converge to events if
either the function tolerance or this time tolerance is satisfied.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Duration TimeTolerance { get; set; }
Public Property TimeTolerance As Duration
Get
Set
public:
property Duration TimeTolerance {
Duration get ();
void set (Duration value);
}
member TimeTolerance : Duration with get, set
Property Value
Type:
DurationSee Also