DurationFunctionThresholdDetailsValueTolerance 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.2.419.0 (24.2.419.0)
Syntax public double ValueTolerance { get; set; }
Public Property ValueTolerance As Double
Get
Set
public:
property double ValueTolerance {
double get ();
void set (double value);
}
member ValueTolerance : float with get, set
Property Value
Type:
DoubleSee Also