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