Int32.IsNegative(Int32) Método

Definición

Determina si un valor es negativo.

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

Parámetros

value
Int32

Valor que se va a comprobar.

Devoluciones

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