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

Definizione

Determina se un valore è negativo.

 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

Parametri

value
UIntPtr

unativeint

Valore da controllare.

Restituisce

true se è negativo; in caso value contrario, false.

Implementazioni

Si applica a