Byte.INumberBase<Byte>.IsPositive(Byte) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.