Char.INumberBase<Char>.IsInfinity(Char) Método

Definição

Determina se um valor é 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

Parâmetros

value
Char

O valor a ser verificado.

Retornos

true se value for infinito; caso contrário, false.

Implementações

Aplica-se a