BigInteger.INumber<BigInteger>.Sign(BigInteger) Método

Definição

Calcula o sinal de um valor.

 static int System.Numerics.INumber<System.Numerics.BigInteger>.Sign(System::Numerics::BigInteger value) = System::Numerics::INumber<System::Numerics::BigInteger>::Sign;
static int INumber<BigInteger>.Sign (System.Numerics.BigInteger value);
static member System.Numerics.INumber<System.Numerics.BigInteger>.Sign : System.Numerics.BigInteger -> int
 Shared Function Sign (value As BigInteger) As Integer Implements INumber(Of BigInteger).Sign

Parâmetros

value
BigInteger

O valor cujo sinal deve ser calculado.

Retornos

Um valor positivo se value for positivo, Zero se value for zero e um valor negativo se value for negativo.

Implementações

Aplica-se a