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

Definice

Určuje, jestli je hodnota záporná nekonečno.

 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

Hodnota, která se má zkontrolovat.

Návraty

truepokud value je záporné nekonečno; v opačném případě . false

Implementuje

Platí pro