SByte.IComparisonOperators<SByte,SByte,Boolean>.LessThanOrEqual 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 ou égale.
static bool System.Numerics.IComparisonOperators<System.SByte,System.SByte,System.Boolean>.operator <=(System::SByte left, System::SByte right) = System::Numerics::IComparisonOperators<System::SByte, System::SByte, bool>::op_LessThanOrEqual;
static bool IComparisonOperators<sbyte,sbyte,bool>.operator <=(sbyte left, sbyte right);
static member ( <= ) : sbyte * sbyte -> bool
Shared Operator <= (left As SByte, right As SByte) As Boolean Implements IComparisonOperators(Of SByte, SByte, Boolean).op_LessThanOrEqual
- left
- SByte
Valeur à comparer à right
.
- right
- SByte
Valeur à comparer à left
.
true
si left
est inférieur ou égal à 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 :