Half.GreaterThan(Half, Half) Opérateur

Définition

Retourne une valeur qui indique si une valeur Half spécifique est supérieure à une autre valeur Half spécifique.

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

Paramètres

left
Half

Première valeur à comparer.

right
Half

Deuxième valeur à comparer.

Retours

Boolean

true si left est supérieur à right ; sinon, false.

Implémente

System.Numerics.IComparisonOperators`2.op_GreaterThan(`0,`1)

S’applique à