Freigeben über


Int128.GreaterThan(Int128, Int128) Operator

Definition

Vergleicht zwei Werte, um zu bestimmen, welche größer ist.

public:
 static bool operator >(Int128 left, Int128 right) = System::Numerics::IComparisonOperators<Int128, Int128, bool>::op_GreaterThan;
public static bool operator > (Int128 left, Int128 right);
static member ( > ) : Int128 * Int128 -> bool
Public Shared Operator > (left As Int128, right As Int128) As Boolean

Parameter

left
Int128

Der Wert, der mit rightverglichen werden soll.

right
Int128

Der Wert, der mit leftverglichen werden soll.

Gibt zurück

true, wenn left größer als rightist; andernfalls false.

Implementiert

Gilt für: