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: 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:
DurationExceptions See Also