UInt32.IComparisonOperators<UInt32,UInt32,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.UInt32,System.UInt32,System.Boolean>.operator <=(System::UInt32 left, System::UInt32 right) = System::Numerics::IComparisonOperators<System::UInt32, System::UInt32, bool>::op_LessThanOrEqual;
static bool IComparisonOperators<uint,uint,bool>.operator <= (uint left, uint right);
static member ( <= ) : uint32 * uint32 -> bool
Shared Operator <= (left As UInteger, right As UInteger) As Boolean Implements IComparisonOperators(Of UInteger, UInteger, Boolean).op_LessThanOrEqual
- left
- UInt32
Valore da confrontare con right
.
- right
- UInt32
Valore da confrontare con left
.
true
se left
è minore o uguale a right
; in caso contrario, false
.
Prodotto | Versioni |
---|---|
.NET | 7, 8, 9 |
Feedback su .NET
.NET è un progetto di open source. Selezionare un collegamento per fornire feedback: