ExtensionMethods::IsSignificantlyGreaterThan Method (Double, Double)
Visual Studio 2015
Determines whether the first value is significantly greater than the second value.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public: [ExtensionAttribute] static bool IsSignificantlyGreaterThan( 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: