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

Definicja

Określa, czy wartość jest nieskończona.

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

Parametry

value
Char

Wartość do sprawdzenia.

Zwraca

true jeśli value wartość jest nieskończona; w przeciwnym razie wartość false.

Implementuje

Dotyczy