Complex.IsInfinity(Complex) 方法

定义

返回一个值,该值指示指定复数的计算结果是否为无穷大。

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

参数

value
Complex

一个复数。

返回

如果实部或虚部为 PositiveInfinityNegativeInfinity,则为 true;否则为 false

实现

适用于