Double.IsNegative(Double) 方法

定义

确定指定值是否为负值。

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

一个双精度浮点数。

返回

Boolean

如果该值为负值,则为 true;否则为 false

适用于