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 の場合はvaluevalueが負の場合は負の値です。

実装

適用対象