BigInteger.INumber<BigInteger>.Sign(BigInteger) Yöntem

Tanım

Bir değerin işaretini hesaplar.

 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

Parametreler

value
BigInteger

İşareti hesaplanacak olan değer.

Döndürülenler

Pozitif ise value pozitif, Zero sıfır ise value negatif, negatif ise value negatif bir değer.

Uygulamalar

Şunlara uygulanır