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

Definition

Bestimmt, ob ein Wert positive Unendlichkeit ist.

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

Parameter

value
Char

Der zu überprüfende Wert.

Gibt zurück

true wenn value positive Unendlichkeit; andernfalls false.

Implementiert

Gilt für: