次の方法で共有


LayoutDoubleUtil.GreaterThan(Double, Double) Method

Definition

Determines if one double value is greater than another, but not close to it.

public:
[System::Runtime::CompilerServices::Extension]
 static bool GreaterThan(double value1, double value2);
public:
[System::Runtime::CompilerServices::Extension]
 static bool GreaterThan(double value1, double value2);
public static bool GreaterThan (this double value1, double value2);
static member GreaterThan : double * double -> bool
<Extension()>
Public Function GreaterThan (value1 As Double, value2 As Double) As Boolean

Parameters

value1
Double

First value to compare

value2
Double

Second value to compare

Returns

True if value1 is greater than value2, otherwise false

Applies to