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

Definição

Determina se um valor é positivo.

 static bool System.Numerics.INumberBase<nuint>.IsPositive(UIntPtr value) = System::Numerics::INumberBase<UIntPtr>::IsPositive;
static bool INumberBase<UIntPtr>.IsPositive (UIntPtr value);
static member System.Numerics.INumberBase<nuint>.IsPositive : unativeint -> bool
 Shared Function IsPositive (value As UIntPtr) As Boolean Implements INumberBase(Of UIntPtr).IsPositive

Parâmetros

value
UIntPtr

unativeint

O valor a ser verificado.

Retornos

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

Implementações

Aplica-se a