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

Definice

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

 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

Hodnota, která se má zkontrolovat.

Návraty

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

Implementuje

Platí pro