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

Definizione

Determina se un valore è infinito.

 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

Parametri

value
Char

Valore da controllare.

Restituisce

true se value è infinito; in caso contrario, false.

Implementazioni

Si applica a