Half.LessThan(Half, Half) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
true
si left
est inférieur à right
; sinon, false
.
Implémente
System.Numerics.IComparisonOperators`2.op_LessThan(`0,`1)