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

Definisi

Menghitung tanda nilai.

 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

Parameter

value
BigInteger

Nilai yang tandanya akan dihitung.

Mengembalikan

Nilai positif jika value positif, Zero jika value adalah nol, dan nilai negatif jika value negatif.

Penerapan

Berlaku untuk