BigInteger.INumber<BigInteger>.Sign(BigInteger) Metodo

Definizione

Calcola il segno di un valore.

 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

Parametri

value
BigInteger

Valore il cui segno deve essere calcolato.

Restituisce

Valore positivo se value è positivo, Zero se value è zero e un valore negativo se value è negativo.

Implementazioni

Si applica a