BigInteger.IsPositive(BigInteger) メソッド

定義

値が正かどうかを判断します。

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

チェックする値。

返品

が正の場合は

実装

注釈

falseの戻り値は、IsNegative(TSelf)trueを返すという意味ではありません。 0 以外のba + bi複素数が正または負ではありません

適用対象