Char.INumberBase<Char>.IsPositive(Char) Yöntem

Tanım

Bir değerin pozitif olup olmadığını belirler.

 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

Parametreler

value
Char

Denetlenecek değer.

Döndürülenler

true pozitifse value ; değilse, false.

Uygulamalar

Şunlara uygulanır