Click or drag to resize

DoubleFunctionThresholdDetailsValueTolerance Property

Gets or sets the tolerance with which to converge on value when finding a precise crossing of this threshold. By default, this property has the value 0.0, but it is ignored because ConvergenceCriteria is set to Variable.

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