IGoExcelTolerance Property |
Gets or sets a value that is used for numeric equality tests in the FindRow function.
If the difference between two numbers is less than or equal to the tolerance, they will be considered to be equal.
The default tolerance is 0.0000001.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax Property Tolerance As Double
Get
Set
double Tolerance { get; set; }
Property Value
Type:
DoubleSee Also