ExtensionMethods::IsSignificantlyGreaterThan Method (Double, Double)

 

Determines whether the first value is significantly greater than the second value.

Namespace:   Microsoft.VisualStudio.PlatformUI
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::Boolean

True if value1 is significantly less than value2, false otherwise.

Return to top
Show: