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

Definicja

Określa, czy wartość jest nieskończonością ujemną.

 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

Parametry

value
Char

Wartość do sprawdzenia.

Zwraca

true jeśli value jest nieskończonością ujemną; w przeciwnym razie falsewartość .

Implementuje

Dotyczy