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

Definice

Určuje, zda je hodnota kladné nekonečno.

 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

Parametry

value
Byte

Hodnota, která se má zkontrolovat.

Návraty

true if value je kladné nekonečno, falsejinak hodnota .

Implementuje

Platí pro