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

Definice

Určuje, zda je hodnota záporná.

 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

Hodnota, která se má zkontrolovat.

Návraty

true je-li value negativní; v opačném případě false.

Implementuje

Platí pro