Complex.IsNegativeInfinity(Complex) 方法

定義

判斷值是否為負無限大。

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

參數

value
Complex

要檢查的值。

傳回

true 如果 value 為負無限大,則為 ,否則為 false

實作

適用於