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

实现

适用于