次の方法で共有


LayoutDoubleUtil.AreClose Method (Double, Double)

Determines whether the absolute value of the difference between the specified values is less than the double value 0.00000153.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'宣言
Public Shared Function AreClose ( _
    value1 As Double, _
    value2 As Double _
) As Boolean
public static bool AreClose(
    double value1,
    double value2
)

Parameters

Return Value

Type: System.Boolean
Returns true if the difference between the values is less than 0.00000153; otherwise returns false.

.NET Framework Security

See Also

Reference

LayoutDoubleUtil Class

AreClose Overload

Microsoft.VisualStudio.PlatformUI Namespace