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

Definition

Bestimmt, ob ein Wert positiv unendlich ist.

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

Parameter

value
UInt16

Der zu überprüfende Wert.

Gibt zurück

true , wenn value positive Unendlichkeit ist, falseandernfalls .

Implementiert

Gilt für: