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

Tanım

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

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

Parametreler

value
Byte

Denetlenecek değer.

Döndürülenler

true pozitifse value , değilse, false.

Uygulamalar

Şunlara uygulanır