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

Definice

Určuje, jestli je hodnota kladná.

 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

Parametry

value
Char

Hodnota, která se má zkontrolovat.

Návraty

true pokud value je pozitivní, jinak hodnota false.

Implementuje

Platí pro