Int128.IsNegative(Int128) Método

Definição

Determina se um valor é negativo.

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

Parâmetros

value
Int128

Retornos

Boolean

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

Implementações

Comentários

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

Aplica-se a