BigInteger.IsNegative(BigInteger) メソッド

定義

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

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の戻り値は、IsPositive(TSelf)trueを返すという意味ではありません。 0 以外のa + bib複素数が正または負ではありません

適用対象