Complex.IsInfinity(Complex) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,指出指定的複數是否計算結果為無限大。
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
複數。
傳回
如果實數和虛數部分兩者其中之一為 PositiveInfinity 或 NegativeInfinity,則為 true
;否則為 false
。