UInt16.INumberBase<UInt16>.IsNegative(UInt16) Metodo
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.UInt16>.IsNegative(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::IsNegative;
static bool INumberBase<ushort>.IsNegative(ushort value);
static member System.Numerics.INumberBase<System.UInt16>.IsNegative : uint16 -> bool
Shared Function IsNegative (value As UShort) As Boolean Implements INumberBase(Of UShort).IsNegative
Parametri
- value
- UInt16
Valore da controllare.
Restituisce
true se value è negativo; in caso contrario, false.