ExtensionMethods::IsNearlyEqual Method (Double, Double)

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
[ExtensionAttribute]
static bool IsNearlyEqual(
	double value1,
	double value2
)

Parameters

value1
Type: System::Double

First double to compare.

value2
Type: System::Double

Second double to compare.

Return Value

Type: System::Boolean

Return to top
Show: