LayoutDoubleUtil Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAreClose(Double, Double)

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

System_CAPS_pubmethodSystem_CAPS_staticAreClose(Point, Point)

System_CAPS_pubmethodSystem_CAPS_staticAreClose(Rect, Rect)

Determines whether the absolute values of the differences between the left positions, top positions, heights and widths of the specified rectangles are less than the double value 0.00000153.

System_CAPS_pubmethodSystem_CAPS_staticAreClose(Size, Size)

System_CAPS_pubmethodSystem_CAPS_staticGreaterThan(Double, Double)

Determines whether the first specified value is greater than the second specified value and the values are not within 0.00000153 of each other.

System_CAPS_pubmethodSystem_CAPS_staticGreaterThanOrClose(Double, Double)

System_CAPS_pubmethodSystem_CAPS_staticIsNonreal(Double)

System_CAPS_pubmethodSystem_CAPS_staticLessThan(Double, Double)

Determines whether the first specified value is less than the second specified value and the values are not within 0.00000153 of each other.

System_CAPS_pubmethodSystem_CAPS_staticLessThanOrClose(Double, Double)

Return to top
Show: