Half.LessThan(Half, Half) Opérateur

Définition

Retourne une valeur qui indique si une valeur Half spécifique est infé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_LessThan;
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 inférieur à right ; sinon, false.

Implémente

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

S’applique à