NFloat.IsNegativeInfinity(NFloat) 方法

定义

确定指定的值是否为负无穷大。

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

参数

value
NFloat

浮点值。

返回

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

实现

适用于