UInt16.INumberBase<UInt16>.IsNegative(UInt16) Methode

Definition

Bestimmt, ob ein Wert negativ ist.

 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

Parameter

value
UInt16

Der zu überprüfende Wert.

Gibt zurück

true , wenn value negativ ist, falseandernfalls .

Implementiert

Gilt für: