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

Definición

Determina si un valor es infinito negativo.

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

Parámetros

value
Char

Valor que se va a comprobar.

Devoluciones

true es si value es infinito negativo; de lo contrario, falsees .

Implementaciones

Se aplica a