Int16.IComparisonOperators<Int16,Int16,Boolean>.LessThanOrEqual Operatore
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Confronta due valori per determinare quale è minore o uguale.
static bool System.Numerics.IComparisonOperators<System.Int16,System.Int16,System.Boolean>.operator <=(short left, short right) = System::Numerics::IComparisonOperators<short, short, bool>::op_LessThanOrEqual;
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_LessThanOrEqual
- left
- Int16
Valore da confrontare con right
.
- right
- Int16
Valore da confrontare con left
.
true
se left
è minore o uguale a right
; in caso contrario, false
.
Prodotto | Versioni |
---|---|
.NET | 7, 8, 9, 10 |
Feedback su .NET
.NET è un progetto di open source. Selezionare un collegamento per fornire feedback: