UInt16.INumberBase<UInt16>.IsNegative(UInt16) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Określa, czy wartość jest ujemna.
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
Parametry
- value
- UInt16
Wartość do sprawdzenia.
Zwraca
true jeśli value wartość jest ujemna; w przeciwnym razie wartość false.