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

Definition

Bestimmt, ob ein Wert negativ unendlich ist.

 static bool System.Numerics.INumberBase<System.UInt16>.IsNegativeInfinity(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::IsNegativeInfinity;
static bool INumberBase<ushort>.IsNegativeInfinity (ushort value);
static member System.Numerics.INumberBase<System.UInt16>.IsNegativeInfinity : uint16 -> bool
 Shared Function IsNegativeInfinity (value As UShort) As Boolean Implements INumberBase(Of UShort).IsNegativeInfinity

Parameter

value
UInt16

Der zu überprüfende Wert.

Gibt zurück

true , wenn value negativ unendlich ist, falseandernfalls .

Implementiert

Gilt für: