Int16.IsNegative(Int16) Método

Definición

Determina si un valor es negativo.

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

Parámetros

value
Int16

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