IntPtr.IsNegative(IntPtr) Método

Definición

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

Devoluciones

Boolean

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

Implementaciones

Comentarios

Un valor devuelto de false no implica que IsPositive(TSelf) devuelva true. Un número complejo, a + bi para un valor distinto de cero b, no es positivo o negativo

Se aplica a