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 如果 value 为零,则 value 为负值。

实现

适用于