UIntPtr.INumberBase<UIntPtr>.IsNegative(UIntPtr) Yöntem

Tanım

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

 static bool System.Numerics.INumberBase<nuint>.IsNegative(UIntPtr value) = System::Numerics::INumberBase<UIntPtr>::IsNegative;
static bool INumberBase<UIntPtr>.IsNegative (UIntPtr value);
static member System.Numerics.INumberBase<nuint>.IsNegative : unativeint -> bool
 Shared Function IsNegative (value As UIntPtr) As Boolean Implements INumberBase(Of UIntPtr).IsNegative

Parametreler

value
UIntPtr

unativeint

Denetlenecek değer.

Döndürülenler

true negatifse value ; değilse, false.

Uygulamalar

Şunlara uygulanır