UIntPtr.INumberBase<UIntPtr>.IsNegative(UIntPtr) Método

Definición

Determina si un valor es 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

Parámetros

value
UIntPtr

unativeint

Valor que se va a comprobar.

Devoluciones

true es si value es negativo; de lo contrario, falsees .

Implementaciones

Se aplica a