Int128.IsPositive(Int128) Método

Definição

Determina se um valor é positivo.

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

Parâmetros

value
Int128

Retornos

Boolean

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

Implementações

Comentários

Um valor retornado false não implica que IsNegative(TSelf) retornará true. Um número complexo, a + bi para não zero b, não é positivo ou negativo

Aplica-se a