Complex.IsInfinity(Complex) 方法

定义

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

public:
 static bool IsInfinity(System::Numerics::Complex value) = System::Numerics::INumberBase<System::Numerics::Complex>::IsInfinity;
public:
 static bool IsInfinity(System::Numerics::Complex value);
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

复数。

返回

true 如果任一部分为实数或虚部 PositiveInfinity ,则为 ; NegativeInfinity否则为 false

实现

适用于