INumberBase<TSelf>.IsNegative(TSelf) Metodo

Definizione

Determina se un valore rappresenta un numero reale negativo.

public:
 static bool IsNegative(TSelf value);
public static abstract bool IsNegative (TSelf value);
static member IsNegative : 'Self -> bool
Public Shared Function IsNegative (value As TSelf) As Boolean

Parametri

value
TSelf

Valore da controllare.

Restituisce

true se value rappresenta zero negativo o un numero reale negativo; in caso contrario, false.

Commenti

Se questo tipo ha firmato zero, -0 viene considerato anche negativo.

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

Si applica a