NFloat.IsNegative(NFloat) 方法

定义

确定指定值是否为负值。

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

参数

value
NFloat

浮点值。

返回

Boolean

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

实现

适用于