INumberBase<TSelf>.IsNegative(TSelf) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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