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

Definice

Určuje, jestli 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 pokud value je záporná, jinak hodnota false.

Implementuje

Platí pro