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

Definition

Bestimmt, ob ein Wert negative Unendlichkeit ist.

 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

Parameter

value
Char

Der zu überprüfende Wert.

Gibt zurück

true wenn value negative Unendlichkeit; andernfalls false.

Implementiert

Gilt für: