Int16.IComparisonOperators<Int16,Int16,Boolean>.LessThan Opérateur
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.
Compare deux valeurs pour déterminer laquelle est inférieure.
static bool System.Numerics.IComparisonOperators<System.Int16,System.Int16,System.Boolean>.operator <(short left, short right) = System::Numerics::IComparisonOperators<short, short, bool>::op_LessThan;
static bool IComparisonOperators<short,short,bool>.operator <(short left, short right);
static member ( < ) : int16 * int16 -> bool
Shared Operator < (left As Short, right As Short) As Boolean Implements IComparisonOperators(Of Short, Short, Boolean).op_LessThan
- left
- Int16
Valeur à comparer à right
.
- right
- Int16
Valeur à comparer à left
.
true
si left
est inférieur à right
; sinon, false
.
Produit | Versions |
---|---|
.NET | 7, 8, 9, 10 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires: