LayoutDoubleUtil::AreClose Method (Double, Double)
Visual Studio 2015
Determines whether the absolute value of the difference between the specified values is less than the double value 0.00000153.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
Parameters
- value1
-
Type:
System::Double
The first value for comparison.
- value2
-
Type:
System::Double
The second value for comparison.
Return Value
Type: System::BooleanReturns true if the difference between the values is less than 0.00000153; otherwise returns false.
Show: