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

Definice

Vypočítá znaménko hodnoty.

 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

Parametry

value
BigInteger

Hodnota, jejíž znaménko se má vypočítat.

Návraty

Kladná hodnota, pokud value je kladná, Zero pokud value je nula, a záporná hodnota, pokud value je záporná.

Implementuje

Platí pro