LayoutDoubleUtil.AreClose Method
Include Protected Members
Include Inherited Members
Determines whether values are within currently set tolerance values.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AreClose(Double, Double) | Determines whether the absolute value of the difference between the specified values is less than the double value 0.00000153. | |
AreClose(Rect, Rect) | Determines whether the absolute values of the differences between the left positions, top positions, heights and widths of the specified rectangles are less than the double value 0.00000153. |
Top