Int32.IsNegative(Int32) メソッド

定義

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

public:
 static bool IsNegative(int value) = System::Numerics::INumberBase<int>::IsNegative;
public static bool IsNegative(int value);
static member IsNegative : int -> bool
Public Shared Function IsNegative (value As Integer) As Boolean

パラメーター

value
Int32

チェックする値。

返品

true valueが負の値の場合は。それ以外の場合はfalse

実装

注釈

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

適用対象