TimeIntervalFinderTimeTolerance Property |
Gets or sets the convergence tolerance on the time when finding function extremum
and crossings of the constraint threshold.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic 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:
Duration
Exceptions| Exception | Condition |
|---|
| ArgumentOutOfRangeException | Thrown if the user attempts to set a Duration whose
TotalSeconds are less than or equal to zero. |
See Also