Int64.IsNegative(Int64) Método

Definición

Determina si un valor es negativo.

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

Parámetros

value
Int64

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