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

Definition

Bestimmt, ob ein Wert positiv ist.

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

Parameter

value
Char

Der zu überprüfende Wert.

Gibt zurück

true , wenn value positiv ist, andernfalls false.

Implementiert

Gilt für: