BigInteger.IsNegative(BigInteger) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
値が負かどうかを判断します。
public:
static bool IsNegative(System::Numerics::BigInteger value) = System::Numerics::INumberBase<System::Numerics::BigInteger>::IsNegative;
public static bool IsNegative(System.Numerics.BigInteger value);
static member IsNegative : System.Numerics.BigInteger -> bool
Public Shared Function IsNegative (value As BigInteger) As Boolean
パラメーター
- value
- BigInteger
チェックする値。
戻り値
true が負の場合 value は 。それ以外の場合 falseは 。
実装
注釈
の戻り値falseは、 を返trueす意味IsPositive(TSelf)ではありません。 0 b以外の複素数a + biは、正または負ではありません