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

Definition

Bestimmt, ob ein Wert positive Unendlichkeit ist.

 static bool System.Numerics.INumberBase<System.UInt32>.IsPositiveInfinity(System::UInt32 value) = System::Numerics::INumberBase<System::UInt32>::IsPositiveInfinity;
static bool INumberBase<uint>.IsPositiveInfinity(uint value);
static member System.Numerics.INumberBase<System.UInt32>.IsPositiveInfinity : uint32 -> bool
 Shared Function IsPositiveInfinity (value As UInteger) As Boolean Implements INumberBase(Of UInteger).IsPositiveInfinity

Parameter

value
UInt32

Der zu überprüfende Wert.

Gibt zurück

true wenn value positive Unendlichkeit; andernfalls false.

Implementiert

Gilt für: