ExtensionMethods::IsSignificantlyLessThan Method (Double, Double)
Visual Studio 2015
Determines whether the first value is significantly less than the second value.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public: [ExtensionAttribute] static bool IsSignificantlyLessThan( double value1, double value2 )
Parameters
- value1
-
Type:
System::Double
Value to be compared
- value2
-
Type:
System::Double
Other double to be compared.
Return Value
Type: System::BooleanTrue if value1 is significantly less than value2, false otherwise.
Show: