Double.IsNegative(Double) メソッド

定義

指定した値が負かどうかを判断します。

public:
 static bool IsNegative(double d);
public:
 static bool IsNegative(double d) = System::Numerics::INumberBase<double>::IsNegative;
public static bool IsNegative (double d);
static member IsNegative : double -> bool
Public Shared Function IsNegative (d As Double) As Boolean

パラメーター

d
Double

倍精度浮動小数点数。

戻り値

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

実装

適用対象