Int16.IsPositive(Int16) Metodo

Definizione

Determina se un valore è positivo.

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

Parametri

value
Int16

Valore da controllare.

Restituisce

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