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 否則。

實作

適用於