BigInteger.IsNegative(BigInteger) Método

Definição

Determina se um valor é negativo.

C#
public static bool IsNegative(System.Numerics.BigInteger value);

Parâmetros

value
BigInteger

O valor a ser verificado.

Retornos

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

Implementações

Comentários

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

Aplica-se a

Produto Versões
.NET 7, 8, 9, 10