DoubleFunctionExplorer.CrossingVariableTolerance 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Double
See Also