UIntPtr.INumberBase<UIntPtr>.IsNegative(UIntPtr) Metoda

Definicja

Określa, czy wartość jest ujemna.

 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

Parametry

value
UIntPtr

unativeint

Wartość do sprawdzenia.

Zwraca

true jeśli value jest ujemna; w przeciwnym razie false.

Implementuje

Dotyczy