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

Definição

Determina se um valor é 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

O valor a ser verificado.

Retornos

true se value for negativo; caso contrário, false.

Implementações

Aplica-se a