LayoutDoubleUtil.GreaterThan Method

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

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

Syntax

'Declaration
Public Shared Function GreaterThan ( _
    value1 As Double, _
    value2 As Double _
) As Boolean
public static bool GreaterThan(
    double value1,
    double value2
)
public:
static bool GreaterThan(
    double value1, 
    double value2
)
static member GreaterThan : 
        value1:float * 
        value2:float -> bool
public static function GreaterThan(
    value1 : double, 
    value2 : double
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns true if the first value is greater than the second value and the values are not within 0.00000153 of each other; otherwise returns false.

.NET Framework Security

See Also

Reference

LayoutDoubleUtil Class

Microsoft.VisualStudio.PlatformUI Namespace