IntPtr.IsPositive(IntPtr) Método

Definição

Determina se um valor é positivo.

public:
 static bool IsPositive(IntPtr value) = System::Numerics::INumberBase<IntPtr>::IsPositive;
public static bool IsPositive (IntPtr value);
static member IsPositive : nativeint -> bool
Public Shared Function IsPositive (value As IntPtr) As Boolean

Parâmetros

value
IntPtr

nativeint

Retornos

Boolean

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

Implementações

Comentários

Um valor retornado false não implica que IsNegative(TSelf) retornará true. Um número complexo, a + bi para não zero b, não é positivo ou negativo

Aplica-se a