Compartilhar via


IntPtr.IsNegative(IntPtr) Método

Definição

Determina se um valor é negativo.

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

Parâmetros

value
IntPtr

nativeint

Retornos

Boolean

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

Implementações

Comentários

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

Aplica-se a