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

Definicja

Określa, czy wartość jest nieskończonością dodatnią.

 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

Wartość do sprawdzenia.

Zwraca

true jeśli value jest nieskończonością dodatnią; w przeciwnym razie false.

Implementuje

Dotyczy