Complex.IsInfinity(Complex) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示指定的复数是否计算为无穷大。
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。