Click or drag to resize

TimeIntervalFinderValueTolerance Property

Gets or sets the convergence tolerance on the function value 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 double ValueTolerance { get; set; }

Property Value

Type: Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the user attempts to set a value less than or equal to zero.
See Also