INumberBase<TSelf>.IsPositive(TSelf) Metodo

Definizione

Determina se un valore rappresenta zero o un numero reale positivo.

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

Parametri

value
TSelf

Valore da controllare.

Restituisce

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

Commenti

Se questo tipo ha firmato zero, non -0 è considerato positivo, ma +0 è.

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

Si applica a