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

Definición

Determina si un valor es 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

Valor que se va a comprobar.

Devoluciones

true es si value es infinito; en caso contrario, falsees .

Implementaciones

Se aplica a