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

實作

適用於