Share via


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

Definizione

Determina se un valore è 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

Parametri

value
Char

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a