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

Definitie

Berekent het teken van een waarde.

 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

Parameters

value
BigInteger

De waarde waarvan het teken moet worden berekend.

Retouren

Een positieve waarde als value positief is, Zero als value nul is en een negatieve waarde als value dit negatief is.

Implementeringen

Van toepassing op