UInt32.INumberBase<UInt32>.IsNegative(UInt32) Metodo
In questo articolo
Definizione
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.
Determina se un valore è negativo.
static bool System.Numerics.INumberBase<System.UInt32>.IsNegative(System::UInt32 value) = System::Numerics::INumberBase<System::UInt32>::IsNegative;
static bool INumberBase<uint>.IsNegative(uint value);
static member System.Numerics.INumberBase<System.UInt32>.IsNegative : uint32 -> bool
Shared Function IsNegative (value As UInteger) As Boolean Implements INumberBase(Of UInteger).IsNegative
- value
- UInt32
Valore da controllare.
true
se è negativo; in caso value
contrario, false
.
Si applica a
Prodotto | Versioni |
---|---|
.NET | 7, 8, 9, 10 |
Feedback su .NET
.NET è un progetto di open source. Selezionare un collegamento per fornire feedback: