BigInteger.INumber<BigInteger>.Sign(BigInteger) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算值的符号。
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
为负值。