Int32.IsPositive(Int32) Metodo

Definizione

Determina se un valore è positivo.

public:
 static bool IsPositive(int value) = System::Numerics::INumberBase<int>::IsPositive;
public static bool IsPositive (int value);
static member IsPositive : int -> bool
Public Shared Function IsPositive (value As Integer) As Boolean

Parametri

value
Int32

Restituisce

Boolean

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

Implementazioni

Commenti

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

Si applica a