DoubleFunctionExplorerCrossingVariableTolerance Property |
Gets or sets the tolerance with which to converge on Variable when finding
a precise crossing of a threshold. By default, this property has the value
0.005.
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 CrossingVariableTolerance { get; set; }
Public Property CrossingVariableTolerance As Double
Get
Set
public:
property double CrossingVariableTolerance {
double get ();
void set (double value);
}
member CrossingVariableTolerance : float with get, set
Property Value
Type:
DoubleSee Also