Int16.IsNegative(Int16) メソッド

定義

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

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

パラメーター

value
Int16

チェックする値。

返品

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

実装

注釈

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

適用対象