UInt16.INumberBase<UInt16>.IsNegative(UInt16) 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 negatif olup olmadığını belirler.
static bool System.Numerics.INumberBase<System.UInt16>.IsNegative(System::UInt16 value) = System::Numerics::INumberBase<System::UInt16>::IsNegative;
static bool INumberBase<ushort>.IsNegative(ushort value);
static member System.Numerics.INumberBase<System.UInt16>.IsNegative : uint16 -> bool
Shared Function IsNegative (value As UShort) As Boolean Implements INumberBase(Of UShort).IsNegative
Parametreler
- value
- UInt16
Denetlenecek değer.
Döndürülenler
true negatifse value ; değilse, false.