LayoutDoubleUtil::LessThan Method (Double, Double)
Visual Studio 2015
Determines whether the first specified value is less than the second specified value and the values are not within 0.00000153 of each other.
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 first value is less than the second value and the values are not within 0.00000153 of each other; otherwise returns false.
Show: