Int64.IsNegative(Int64) Metodo

Definizione

Determina se un valore è 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

Parametri

value
Int64

Valore da controllare.

Restituisce

true se è negativo; in caso value contrario, false.

Implementazioni

Commenti

Un valore restituito di false non implica che IsPositive(TSelf) restituirà true. Un numero complesso, per non zero b, a + bi non è positivo o negativo

Si applica a