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

Definicja

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

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

Parametry

value
Char

Wartość do sprawdzenia.

Zwraca

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

Implementuje

Dotyczy