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

浮点值。

返回

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

实现

适用于