Double.IsNegative(Double) メソッド

定義

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

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

パラメーター

d
Double

倍精度浮動小数点数。

返品

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

実装

適用対象