Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public Duration TimeTolerance { get; set; }

Property Value

Type: Duration
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the user attempts to set a Duration whose TotalSeconds are less than or equal to zero.
See Also