Half.IsNegative(Half) 方法

定义

确定指定值是否为负值。

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

参数

value
Half

一个 Half 浮点数字。

返回

Boolean

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

实现

适用于