BigInteger.INumber<BigInteger>.Sign(BigInteger) 메서드

정의

값의 기호를 계산합니다.

 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

매개 변수

value
BigInteger

기호를 계산할 값입니다.

반환

가 양수이면 value 양수이고, Zero 가 0이면 value 양수이고, 음수이면 value 음수 값입니다.

구현

적용 대상