Int16.IsPositive(Int16) Método

Definição

Determina se um valor é 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

Parâmetros

value
Int16

O valor a ser verificado.

Devoluções

true se value for positivo; caso contrário, false.

Implementações

Observações

Um valor de retorno de false não implica que IsNegative(TSelf) irá devolver true. Um número complexo, a + bi para não nulo b, não é positivo nem negativo

Aplica-se a