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

Definition

Bestimmt, ob ein Wert positiv unendlich ist.

 static bool System.Numerics.INumberBase<System.Byte>.IsPositiveInfinity(System::Byte value) = System::Numerics::INumberBase<System::Byte>::IsPositiveInfinity;
static bool INumberBase<byte>.IsPositiveInfinity (byte value);
static member System.Numerics.INumberBase<System.Byte>.IsPositiveInfinity : byte -> bool
 Shared Function IsPositiveInfinity (value As Byte) As Boolean Implements INumberBase(Of Byte).IsPositiveInfinity

Parameter

value
Byte

Der zu überprüfende Wert.

Gibt zurück

true , wenn value positiv unendlich ist, falseandernfalls .

Implementiert

Gilt für: