Int128.GreaterThan(Int128, Int128) Operator

Definicja

Porównuje dwie wartości, aby określić, które wartości są większe.

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

Parametry

left
Int128

Wartość, która ma być porównywana z wartością right.

right
Int128

Wartość, która ma być porównywana z wartością left.

Zwraca

truejeśli left wartość jest większa niż right; w przeciwnym razie . false

Implementuje

Dotyczy